Show / Hide Table of Contents

Class RemoveIosAppRequest

Inheritance
object
RemoveIosAppRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseManagement.v1beta1.Data
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class RemoveIosAppRequest : 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 IosApp 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 IosApp. 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 UndeleteIosApp

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX