Class ProjectsResource.IosAppsResource.CreateRequest
Requests the creation of a new IosApp in the specified FirebaseProject. The result of this call is an
Operation which can be used to track the provisioning process. The Operation is automatically
deleted after completion, so there is no need to call DeleteOperation.
Inheritance
ProjectsResource.IosAppsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class ProjectsResource.IosAppsResource.CreateRequest : FirebaseManagementBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
CreateRequest(IClientService, IosApp, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, IosApp body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| IosApp | body | |
| string | parent |
Properties
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
The resource name of the parent FirebaseProject in which to create an IosApp, in the format:
projects/PROJECT_IDENTIFIER/iosApps Refer to the FirebaseProject
name field for details about PROJECT_IDENTIFIER values.
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()