Class ListLocationAdminsResponse
Response message for AccessControl.ListLocationAdmins.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessAccountManagement.v1.Data
Assembly: Google.Apis.MyBusinessAccountManagement.v1.dll
Syntax
public class ListLocationAdminsResponse : IDirectResponseSchema
Properties
Admins
A collection of Admins.
Declaration
[JsonProperty("admins")]
public virtual IList<Admin> Admins { get; set; }
Property Value
Type | Description |
---|---|
IList<Admin> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |