Class LookupAccountResponse
Response definition for the lookup account rpc.
Implements
Inherited Members
Namespace: Google.Apis.AdSensePlatform.v1.Data
Assembly: Google.Apis.AdSensePlatform.v1.dll
Syntax
public class LookupAccountResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the Account Format: platforms/{platform}/accounts/{account_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |