public sealed class ListDomainMappingsRequest : IMessage<ListDomainMappingsRequest>, IEquatable<ListDomainMappingsRequest>, IDeepCloneable<ListDomainMappingsRequest>, IBufferMessage, IMessage, IPageRequest
Request message for DomainMappings.ListDomainMappings
.
Implements
Google.Protobuf.IMessage<ListDomainMappingsRequest>, IEquatable<ListDomainMappingsRequest>, Google.Protobuf.IDeepCloneable<ListDomainMappingsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, IPageRequestNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListDomainMappingsRequest()
public ListDomainMappingsRequest()
ListDomainMappingsRequest(ListDomainMappingsRequest)
public ListDomainMappingsRequest(ListDomainMappingsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListDomainMappingsRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum results to return per page.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Continuation token for fetching the next page of results.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Name of the parent Application resource. Example: apps/myapp
.
Property Value | |
---|---|
Type | Description |
String |