Show / Hide Table of Contents

Class AccountsResource.AdminsResource.ListRequest

Lists the admins for the specified account.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListAccountAdminsResponse>
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>
AccountsResource.AdminsResource.ListRequest
Implements
IClientServiceRequest<ListAccountAdminsResponse>
IClientServiceRequest
Inherited Members
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.Xgafv
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.AccessToken
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.Alt
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.Callback
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.Fields
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.Key
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.OauthToken
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.PrettyPrint
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.QuotaUser
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.UploadType
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.UploadProtocol
ClientServiceRequest<ListAccountAdminsResponse>.Execute()
ClientServiceRequest<ListAccountAdminsResponse>.ExecuteAsStream()
ClientServiceRequest<ListAccountAdminsResponse>.ExecuteAsync()
ClientServiceRequest<ListAccountAdminsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListAccountAdminsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListAccountAdminsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListAccountAdminsResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListAccountAdminsResponse>.GenerateRequestUri()
ClientServiceRequest<ListAccountAdminsResponse>.GetBody()
ClientServiceRequest<ListAccountAdminsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListAccountAdminsResponse>.ETagAction
ClientServiceRequest<ListAccountAdminsResponse>.ModifyRequest
ClientServiceRequest<ListAccountAdminsResponse>.ValidateParameters
ClientServiceRequest<ListAccountAdminsResponse>.RequestParameters
ClientServiceRequest<ListAccountAdminsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.MyBusinessAccountManagement.v1
Assembly: Google.Apis.MyBusinessAccountManagement.v1.dll
Syntax
public class ListRequest : MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>, IClientServiceRequest<ListAccountAdminsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
System.String parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessAccountManagement.v1.Data.ListAccountAdminsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessAccountManagement.v1.Data.ListAccountAdminsResponse>.MethodName

Parent

Required. The name of the account from which to retrieve a list of admins. accounts/{account_id}/admins.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessAccountManagement.v1.Data.ListAccountAdminsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.MyBusinessAccountManagement.v1.MyBusinessAccountManagementBaseServiceRequest<Google.Apis.MyBusinessAccountManagement.v1.Data.ListAccountAdminsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top