GoogleCloudContentwarehouseV1DataValidationAction

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DataValidationAction


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents the action responsible for data validation operations.

Attributes List

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

View Attributes

Attributes

  1. conditions (type: map(), default: nil)
    - Map of (K, V)
    -> (field, string condition to be evaluated on the field) E.g., ("age", "age > 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DataValidationAction{
conditions: map() | nil
}

Function

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

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