Show / Hide Table of Contents

Class GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse

Response of the CatalogService.BatchRemoveCatalogAttributes.

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

Properties

DeletedCatalogAttributes

Catalog attributes that were deleted. Only pre-loaded catalog attributes that are neither in use by products nor predefined can be deleted.

Declaration
[JsonProperty("deletedCatalogAttributes")]
public virtual IList<string> DeletedCatalogAttributes { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

ResetCatalogAttributes

Catalog attributes that were reset. Catalog attributes that are either in use by products or are predefined attributes cannot be deleted; however, their configuration properties will reset to default values upon removal request.

Declaration
[JsonProperty("resetCatalogAttributes")]
public virtual IList<string> ResetCatalogAttributes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX