Class GoogleCloudRetailV2alphaBatchRemoveCatalogAttributesResponse
Response of the CatalogService.BatchRemoveCatalogAttributes.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaBatchRemoveCatalogAttributesResponse : 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> |