Show / Hide Table of Contents

Class GoogleCloudRetailV2ReplaceCatalogAttributeRequest

Request for CatalogService.ReplaceCatalogAttribute method.

Inheritance
object
GoogleCloudRetailV2ReplaceCatalogAttributeRequest
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.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2ReplaceCatalogAttributeRequest : IDirectResponseSchema

Properties

CatalogAttribute

Required. The updated CatalogAttribute.

Declaration
[JsonProperty("catalogAttribute")]
public virtual GoogleCloudRetailV2CatalogAttribute CatalogAttribute { get; set; }
Property Value
Type Description
GoogleCloudRetailV2CatalogAttribute

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