GoogleCloudContentwarehouseV1DataUpdateAction

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DataUpdateAction


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents the action responsible for properties update operations.

Attributes List

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

View Attributes

Attributes

  1. entries (type: map(), default: nil)
    - Map of (K, V)
    -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.

Type

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

Function

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

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