GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UpdateOptions
Table of Contents ▼
Jump to a specific part of the page:
Description
Options for Update operations.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
mergeFieldsOptions
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MergeFieldsOptions
, default:nil
)
- Options for merging. -
updateMask
(type:String.t
, default:nil
)
- Field mask for merging Document fields. For theFieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask -
updateType
(type:String.t
, default:nil
)
- Type for update.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UpdateOptions{
mergeFieldsOptions: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MergeFieldsOptions.t() | nil,
updateMask: String.t() | nil,
updateType: String.t() | nil
}
mergeFieldsOptions: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MergeFieldsOptions.t() | nil,
updateMask: String.t() | nil,
updateType: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UpdateOptions