Show / Hide Table of Contents

Class AccountsResource.AdminsResource.ListRequest

Lists the admins for the specified account.

Inheritance
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(bool?)
ClientServiceRequest<ListAccountAdminsResponse>.GenerateRequestUri()
ClientServiceRequest<ListAccountAdminsResponse>.GetBody()
ClientServiceRequest<ListAccountAdminsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListAccountAdminsResponse>.ETagAction
ClientServiceRequest<ListAccountAdminsResponse>.ModifyRequest
ClientServiceRequest<ListAccountAdminsResponse>.ValidateParameters
ClientServiceRequest<ListAccountAdminsResponse>.ApiVersion
ClientServiceRequest<ListAccountAdminsResponse>.RequestParameters
ClientServiceRequest<ListAccountAdminsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessAccountManagement.v1
Assembly: Google.Apis.MyBusinessAccountManagement.v1.dll
Syntax
public class AccountsResource.AdminsResource.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
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListAccountAdminsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<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
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListAccountAdminsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
MyBusinessAccountManagementBaseServiceRequest<ListAccountAdminsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX