Show / Hide Table of Contents

Class ListCustomDomainsResponse

The response from ListCustomDomains.

Inheritance
object
ListCustomDomainsResponse
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.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class ListCustomDomainsResponse : IDirectResponseSchema

Properties

CustomDomains

A list of CustomDomain entities associated with the specified Firebase Site.

Declaration
[JsonProperty("customDomains")]
public virtual IList<CustomDomain> CustomDomains { get; set; }
Property Value
Type Description
IList<CustomDomain>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

The pagination token, if more results exist beyond the ones in this response. Include this token in your next call to ListCustomDomains. Page tokens are short-lived and should not be stored.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX