public sealed class ListUsersResponse : IMessage<ListUsersResponse>, IEquatable<ListUsersResponse>, IDeepCloneable<ListUsersResponse>, IBufferMessage, IMessage, IPageResponse<User>, IEnumerable<User>, IEnumerable
Reference documentation and code samples for the Developer Connect v1 API class ListUsersResponse.
Message for response to listing Users
Implements
IMessageListUsersResponse, IEquatableListUsersResponse, IDeepCloneableListUsersResponse, IBufferMessage, IMessage, IPageResponseUser, IEnumerableUser, IEnumerableNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
ListUsersResponse()
public ListUsersResponse()
ListUsersResponse(ListUsersResponse)
public ListUsersResponse(ListUsersResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListUsersResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Users
public RepeatedField<User> Users { get; }
The list of Users
Property Value | |
---|---|
Type | Description |
RepeatedFieldUser |
Methods
GetEnumerator()
public IEnumerator<User> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorUser |