Show / Hide Table of Contents

Class GoogleCloudRetailV2Catalog

The catalog configuration.

Inheritance
object
GoogleCloudRetailV2Catalog
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 GoogleCloudRetailV2Catalog : IDirectResponseSchema

Properties

DisplayName

Required. Immutable. The catalog display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Required. Immutable. The fully qualified resource name of the catalog.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ProductLevelConfig

Required. The product level configuration.

Declaration
[JsonProperty("productLevelConfig")]
public virtual GoogleCloudRetailV2ProductLevelConfig ProductLevelConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2ProductLevelConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX