View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DataUpdateAction (google_api_content_warehouse v0.6.0)
Represents the action responsible for properties update operations.
Attributes
-
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DataUpdateAction{ entries: map() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.