public sealed class ListAuthorizedDomainsRequest : IMessage<ListAuthorizedDomainsRequest>, IEquatable<ListAuthorizedDomainsRequest>, IDeepCloneable<ListAuthorizedDomainsRequest>, IBufferMessage, IMessage, IPageRequest
Request message for AuthorizedDomains.ListAuthorizedDomains
.
Implements
IMessage<ListAuthorizedDomainsRequest>, IEquatable<ListAuthorizedDomainsRequest>, IDeepCloneable<ListAuthorizedDomainsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListAuthorizedDomainsRequest()
public ListAuthorizedDomainsRequest()
ListAuthorizedDomainsRequest(ListAuthorizedDomainsRequest)
public ListAuthorizedDomainsRequest(ListAuthorizedDomainsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListAuthorizedDomainsRequest |
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 |