Class ProjectsResource.GroupsResource.CreateRequest
Create a group.
Inheritance
ProjectsResource.GroupsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class ProjectsResource.GroupsResource.CreateRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1Group>, IClientServiceRequest<GoogleFirebaseAppdistroV1Group>, IClientServiceRequest
Constructors
CreateRequest(IClientService, GoogleFirebaseAppdistroV1Group, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, GoogleFirebaseAppdistroV1Group body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleFirebaseAppdistroV1Group | body | |
string | parent |
Properties
GroupId
Optional. The "alias" to use for the group, which will become the final component of the group's
resource name. This value must be unique per project. The field is named groupId
to comply with
AIP guidance for user-specified IDs. This value should be 4-63 characters, and valid characters are
/a-z-/
. If not set, it will be generated based on the display name.
Declaration
[RequestParameter("groupId", RequestParameterType.Query)]
public virtual string GroupId { get; set; }
Property Value
Type | Description |
---|---|
string |
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
Parent
Required. The name of the project resource, which is the parent of the group resource. Format:
projects/{project_number}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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 Create parameter list.
Declaration
protected override void InitParameters()