Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaReplaceCatalogAttributeRequest

Request for CatalogService.ReplaceCatalogAttribute method.

Inheritance
object
GoogleCloudRetailV2alphaReplaceCatalogAttributeRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX