Show / Hide Table of Contents

Class AccountsResource.InvitationsResource.ListRequest

Lists pending invitations for the specified account.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListInvitationsResponse>
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>
AccountsResource.InvitationsResource.ListRequest
Implements
IClientServiceRequest<ListInvitationsResponse>
IClientServiceRequest
Inherited Members
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>.Xgafv
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>.AccessToken
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>.Alt
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>.Callback
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>.Fields
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>.Key
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>.OauthToken
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>.PrettyPrint
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>.QuotaUser
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>.UploadType
MyBusinessAccountManagementBaseServiceRequest<ListInvitationsResponse>.UploadProtocol
ClientServiceRequest<ListInvitationsResponse>.Execute()
ClientServiceRequest<ListInvitationsResponse>.ExecuteAsStream()
ClientServiceRequest<ListInvitationsResponse>.ExecuteAsync()
ClientServiceRequest<ListInvitationsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListInvitationsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListInvitationsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListInvitationsResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListInvitationsResponse>.GenerateRequestUri()
ClientServiceRequest<ListInvitationsResponse>.GetBody()
ClientServiceRequest<ListInvitationsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListInvitationsResponse>.ETagAction
ClientServiceRequest<ListInvitationsResponse>.ModifyRequest
ClientServiceRequest<ListInvitationsResponse>.ValidateParameters
ClientServiceRequest<ListInvitationsResponse>.RequestParameters
ClientServiceRequest<ListInvitationsResponse>.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<ListInvitationsResponse>, IClientServiceRequest<ListInvitationsResponse>, 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

Filter

Optional. Filtering the response is supported via the Invitation.target_type field.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
System.String

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.ListInvitationsResponse>.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.ListInvitationsResponse>.MethodName

Parent

Required. The name of the account from which the list of invitations is being retrieved. accounts/{account_id}/invitations

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.ListInvitationsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top