public sealed class ListUsersRequest : IPageRequest, IMessage<ListUsersRequest>, IEquatable<ListUsersRequest>, IDeepCloneable<ListUsersRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud FTP v1 API class ListUsersRequest.
Message for requesting list of Users
Implements
IPageRequest, IMessageListUsersRequest, IEquatableListUsersRequest, IDeepCloneableListUsersRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ftp.V1Assembly
Google.Cloud.Ftp.V1.dll
Constructors
ListUsersRequest()
public ListUsersRequest()ListUsersRequest(ListUsersRequest)
public ListUsersRequest(ListUsersRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListUsersRequest |
Properties
Filter
public string Filter { get; set; }Optional. Filtering results
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Hint for how to order the results
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Requested page size. User may return fewer items than requested. The maximum value is 1000; The default value is 50 if the field is omitted (or set to 0).
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A token identifying a page of results the user should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Parent value for ListUsersRequest
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsServerName
public ServerName ParentAsServerName { get; set; }ServerName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ServerName |
|
View
public UserView View { get; set; }Optional. The view of the User resource to return.
| Property Value | |
|---|---|
| Type | Description |
UserView |
|