Class GroupsResource.ListRequest
- Namespace
- Google.Apis.Admin.Directory.directory_v1
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Retrieve all groups in a domain (paginated)
public class GroupsResource.ListRequest : DirectoryBaseServiceRequest<Groups>
- Inheritance
-
GroupsResource.ListRequest
- Inherited Members
Constructors
ListRequest(IClientService)
Constructs a new List request.
public ListRequest(IClientService service)
Parameters
service
IClientService
Properties
Customer
Immutable ID of the G Suite account. In case of multi-domain, to fetch all groups for a customer, fill this field instead of domain.
public virtual string Customer { get; set; }
Property Value
Domain
Name of the domain. Fill this field to get groups from only this domain. To return all groups in a multi-domain fill customer field instead.
public virtual string Domain { get; set; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MaxResults
Maximum number of results to return. Default is 200
public virtual int? MaxResults { get; set; }
Property Value
- int?
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
PageToken
Token to specify next page in the list
public virtual string PageToken { get; set; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
UserKey
Email or immutable ID of the user if only those groups are to be listed, the given user is a member of. If ID, it should match with id of user object
public virtual string UserKey { get; set; }
Property Value
Methods
InitParameters()
Initializes List parameter list.
protected override void InitParameters()