Show / Hide Table of Contents

Class GoogleCloudRetailV2Catalog

The catalog configuration.

Inheritance
System.Object
GoogleCloudRetailV2Catalog
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

ProductLevelConfig

Required. The product level configuration.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top