Show / Hide Table of Contents

Class ProjectsResource.RelatedaccountgroupmembershipsResource

The "relatedaccountgroupmemberships" collection of methods.

Inheritance
object
ProjectsResource.RelatedaccountgroupmembershipsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecaptchaEnterprise.v1
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class ProjectsResource.RelatedaccountgroupmembershipsResource

Constructors

RelatedaccountgroupmembershipsResource(IClientService)

Constructs a new resource.

Declaration
public RelatedaccountgroupmembershipsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Search(GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest, string)

Search group memberships related to a given account.

Declaration
public virtual ProjectsResource.RelatedaccountgroupmembershipsResource.SearchRequest Search(GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest body, string project)
Parameters
Type Name Description
GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest body

The body of the request.

string project

Required. The name of the project to search related account group memberships from. Specify the project name in the following format: projects/{project}.

Returns
Type Description
ProjectsResource.RelatedaccountgroupmembershipsResource.SearchRequest
In this article
Back to top Generated by DocFX