Class GoogleCloudRetailV2Catalog
The catalog configuration.
Implements
Inherited Members
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 |