public sealed class SearchOrganizationsResponse : IMessage<SearchOrganizationsResponse>, IEquatable<SearchOrganizationsResponse>, IDeepCloneable<SearchOrganizationsResponse>, IBufferMessage, IMessage, IPageResponse<Organization>, IEnumerable<Organization>, IEnumerable
Reference documentation and code samples for the Cloud Resource Manager v3 API class SearchOrganizationsResponse.
The response returned from the SearchOrganizations
method.
Implements
IMessageSearchOrganizationsResponse, IEquatableSearchOrganizationsResponse, IDeepCloneableSearchOrganizationsResponse, IBufferMessage, IMessage, IPageResponseOrganization, IEnumerableOrganization, IEnumerableNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
SearchOrganizationsResponse()
public SearchOrganizationsResponse()
SearchOrganizationsResponse(SearchOrganizationsResponse)
public SearchOrganizationsResponse(SearchOrganizationsResponse other)
Parameter | |
---|---|
Name | Description |
other |
SearchOrganizationsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.
Property Value | |
---|---|
Type | Description |
string |
Organizations
public RepeatedField<Organization> Organizations { get; }
The list of Organizations that matched the search query, possibly paginated.
Property Value | |
---|---|
Type | Description |
RepeatedFieldOrganization |
Methods
GetEnumerator()
public IEnumerator<Organization> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorOrganization |