Show / Hide Table of Contents

Class ListAuthorizedDomainsResponse

A list of Authorized Domains.

Inheritance
System.Object
ListAuthorizedDomainsResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ListAuthorizedDomainsResponse : object, IDirectResponseSchema

Properties

Domains

The authorized domains belonging to the user.

Declaration
public virtual IList<AuthorizedDomain> Domains { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<AuthorizedDomain>

ETag

The ETag of the item.

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

NextPageToken

Continuation token for fetching the next page of results.

Declaration
public virtual string NextPageToken { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top