Class GroupsResource.CreateRequest
Creates a Group
.
Inheritance
GroupsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class GroupsResource.CreateRequest : CloudIdentityBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
CreateRequest(IClientService, Group)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, Group body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Group | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
InitialGroupConfig
Required. The initial configuration option for the Group
.
Declaration
[RequestParameter("initialGroupConfig", RequestParameterType.Query)]
public virtual GroupsResource.CreateRequest.InitialGroupConfigEnum? InitialGroupConfig { get; set; }
Property Value
Type | Description |
---|---|
GroupsResource.CreateRequest.InitialGroupConfigEnum? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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 Create parameter list.
Declaration
protected override void InitParameters()