public sealed class ListAuthorizedDomainsRequest : IMessage<ListAuthorizedDomainsRequest>, IEquatable<ListAuthorizedDomainsRequest>, IDeepCloneable<ListAuthorizedDomainsRequest>, IBufferMessage, IMessage, IPageRequestRequest message for AuthorizedDomains.ListAuthorizedDomains.
Implements
Google.Protobuf.IMessage<ListAuthorizedDomainsRequest>, IEquatable<ListAuthorizedDomainsRequest>, Google.Protobuf.IDeepCloneable<ListAuthorizedDomainsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
|