Class ProjectsResource.IosAppsResource.PatchRequest
Updates the attributes of the specified IosApp.
Inheritance
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class ProjectsResource.IosAppsResource.PatchRequest : FirebaseManagementBaseServiceRequest<IosApp>, IClientServiceRequest<IosApp>, IClientServiceRequest
Constructors
PatchRequest(IClientService, IosApp, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, IosApp body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| IosApp | body | |
| string | name |
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
Name
The resource name of the IosApp, in the format: projects/PROJECT_IDENTIFIER /iosApps/APP_ID *
PROJECT_IDENTIFIER: the parent Project's
ProjectNumber (recommended) or its
ProjectId. Learn more about using project
identifiers in Google's AIP 2510 standard. Note that the value
for PROJECT_IDENTIFIER in any response body will be the ProjectId. * APP_ID: the globally unique,
Firebase-assigned identifier for the App (see appId).
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
UpdateMask
Specifies which fields of the IosApp to update. Note that the following fields are immutable:
name, app_id, project_id, and bundle_id. To update state, use any of the following
endpoints: RemoveIosApp or UndeleteIosApp.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()