Class ListAccessBindingsResponse
Response message for ListAccessBindings RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListAccessBindingsResponse : IMessage<ListAccessBindingsResponse>, IEquatable<ListAccessBindingsResponse>, IDeepCloneable<ListAccessBindingsResponse>, IBufferMessage, IMessage, IPageResponse<AccessBinding>, IEnumerable<AccessBinding>, IEnumerable
Constructors
ListAccessBindingsResponse()
Declaration
public ListAccessBindingsResponse()
ListAccessBindingsResponse(ListAccessBindingsResponse)
Declaration
public ListAccessBindingsResponse(ListAccessBindingsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListAccessBindingsResponse | other |
Properties
AccessBindings
List of AccessBindings. These will be ordered stably, but in an arbitrary order.
Declaration
public RepeatedField<AccessBinding> AccessBindings { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<AccessBinding> |
NextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<AccessBinding> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<AccessBinding> |