Show / Hide Table of Contents

Class ListLocationAdminsResponse

Response message for AccessControl.ListLocationAdmins.

Inheritance
object
ListLocationAdminsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX