Show / Hide Table of Contents

Class ProjectsResource.RelatedaccountgroupsResource

The "relatedaccountgroups" collection of methods.

Inheritance
object
ProjectsResource.RelatedaccountgroupsResource
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.RelatedaccountgroupsResource

Constructors

RelatedaccountgroupsResource(IClientService)

Constructs a new resource.

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

Properties

Memberships

Gets the Memberships resource.

Declaration
public virtual ProjectsResource.RelatedaccountgroupsResource.MembershipsResource Memberships { get; }
Property Value
Type Description
ProjectsResource.RelatedaccountgroupsResource.MembershipsResource

Methods

List(string)

List groups of related accounts.

Declaration
public virtual ProjectsResource.RelatedaccountgroupsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The name of the project to list related account groups from, in the format projects/{project}.

Returns
Type Description
ProjectsResource.RelatedaccountgroupsResource.ListRequest
In this article
Back to top Generated by DocFX