Class ListAccountsResponse
List Accounts Response.
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v1.Data
Assembly: Google.Apis.TagManager.v1.dll
Syntax
public class ListAccountsResponse : IDirectResponseSchema
Properties
Accounts
List of GTM Accounts that a user has access to.
Declaration
[JsonProperty("accounts")]
public virtual IList<Account> Accounts { get; set; }
Property Value
Type | Description |
---|---|
IList<Account> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |