Class UndeleteCustomDomainRequest
The request sent to UndeleteCustomDomain.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class UndeleteCustomDomainRequest : IDirectResponseSchema
Properties
ETag
A tag that represents the state of the CustomDomain as you know it. If present, the supplied tag must
match the current value on your CustomDomain, or the request fails.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidateOnly
If true, Hosting validates that it's possible to complete your request but doesn't actually delete the
CustomDomain.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |