Class GoogleCloudRetailV2alphaReplaceCatalogAttributeRequest
Request for CatalogService.ReplaceCatalogAttribute method.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaReplaceCatalogAttributeRequest : IDirectResponseSchema
Properties
CatalogAttribute
Required. The updated CatalogAttribute.
Declaration
[JsonProperty("catalogAttribute")]
public virtual GoogleCloudRetailV2alphaCatalogAttribute CatalogAttribute { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2alphaCatalogAttribute |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateMask
Indicates which fields in the provided CatalogAttribute to update. The following are NOT supported: * CatalogAttribute.key If not set, all supported fields are updated.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |