Class AccountstatusesCustomBatchResponse
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountstatusesCustomBatchResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entries
The result of the execution of the batch requests.
Declaration
[JsonProperty("entries")]
public virtual IList<AccountstatusesCustomBatchResponseEntry> Entries { get; set; }
Property Value
Type | Description |
---|---|
IList<AccountstatusesCustomBatchResponseEntry> |
Kind
Identifies what kind of resource this is. Value: the fixed string
"content#accountstatusesCustomBatchResponse
".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |