GoogleCloudContentwarehouseV1InvalidRule

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1InvalidRule


Table of Contents ▼

Jump to a specific part of the page:

Description

A triggered rule that failed the validation check(s) after parsing.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. error (type: String.t, default: nil)
    - Validation error on a parsed expression.
  2. rule (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule, default: nil)
    - Triggered rule.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1InvalidRule{
error: String.t() | nil,
rule: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1InvalidRule