Class ProjectsResource.RelatedaccountgroupmembershipsResource.SearchRequest
Search group memberships related to a given account.
Inheritance
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsResponse>
ProjectsResource.RelatedaccountgroupmembershipsResource.SearchRequest
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class ProjectsResource.RelatedaccountgroupmembershipsResource.SearchRequest : RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsResponse>, IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsResponse>, IClientServiceRequest
Constructors
SearchRequest(IClientService, GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest, string)
Constructs a new Search request.
Declaration
public SearchRequest(IClientService service, GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest body, string project)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest | body | |
string | project |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Project
Required. The name of the project to search related account group memberships from. Specify the
project name in the following format: projects/{project}
.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Search parameter list.
Declaration
protected override void InitParameters()