GoogleCloudContentwarehouseV1UpdateOptions

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):

View Attributes

Attributes

  1. mergeFieldsOptions (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MergeFieldsOptions, default: nil)
    - Options for merging.
  2. updateMask (type: String.t, default: nil)
    - Field mask for merging Document fields. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
  3. 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
}

Function

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

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