App Engine v1 API - Class ListDomainMappingsRequest (2.3.0)

public sealed class ListDomainMappingsRequest : IMessage<ListDomainMappingsRequest>, IEquatable<ListDomainMappingsRequest>, IDeepCloneable<ListDomainMappingsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the App Engine v1 API class ListDomainMappingsRequest.

Request message for DomainMappings.ListDomainMappings.

Inheritance

object > ListDomainMappingsRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ListDomainMappingsRequest()

public ListDomainMappingsRequest()

ListDomainMappingsRequest(ListDomainMappingsRequest)

public ListDomainMappingsRequest(ListDomainMappingsRequest other)
Parameter
NameDescription
otherListDomainMappingsRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum results to return per page.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Continuation token for fetching the next page of results.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Name of the parent Application resource. Example: apps/myapp.

Property Value
TypeDescription
string