Class RemoveAndroidAppRequest
Implements
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1.Data
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class RemoveAndroidAppRequest : IDirectResponseSchema
Properties
AllowMissing
If set to true, and the App is not found, the request will succeed but no action will be taken on the server.
Declaration
[JsonProperty("allowMissing")]
public virtual bool? AllowMissing { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
Checksum provided in the AndroidApp resource. If provided, this checksum ensures that the client has an up-to-date value before proceeding.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Immediate
Determines whether to immediately delete the AndroidApp. If set to true, the App is immediately deleted from the Project and cannot be undeleted (that is, restored to the Project). If not set, defaults to false, which means the App will be set to expire in 30 days. Within the 30 days, the App may be restored to the Project using UndeleteAndroidApp.
Declaration
[JsonProperty("immediate")]
public virtual bool? Immediate { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ValidateOnly
If set to true, the request is only validated. The App will not be removed.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |