Class UndeleteWebAppRequest
Implements
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1.Data
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class UndeleteWebAppRequest : IDirectResponseSchema
Properties
ETag
Checksum provided in the WebApp 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 |
ValidateOnly
If set to true, the request is only validated. The App will not be undeleted.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |