Class AccountsUpdateLabelsRequest
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountsUpdateLabelsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LabelIds
The IDs of labels that should be assigned to the account.
Declaration
[JsonProperty("labelIds")]
public virtual IList<ulong?> LabelIds { get; set; }
Property Value
Type | Description |
---|---|
IList<ulong?> |