Class ListSubpropertySyncConfigsResponse
Response message for ListSubpropertySyncConfigs RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListSubpropertySyncConfigsResponse : IMessage<ListSubpropertySyncConfigsResponse>, IEquatable<ListSubpropertySyncConfigsResponse>, IDeepCloneable<ListSubpropertySyncConfigsResponse>, IBufferMessage, IMessage, IPageResponse<SubpropertySyncConfig>, IEnumerable<SubpropertySyncConfig>, IEnumerable
Constructors
ListSubpropertySyncConfigsResponse()
Declaration
public ListSubpropertySyncConfigsResponse()
ListSubpropertySyncConfigsResponse(ListSubpropertySyncConfigsResponse)
Declaration
public ListSubpropertySyncConfigsResponse(ListSubpropertySyncConfigsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListSubpropertySyncConfigsResponse | other |
Properties
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
SubpropertySyncConfigs
List of SubpropertySyncConfig
resources.
Declaration
public RepeatedField<SubpropertySyncConfig> SubpropertySyncConfigs { get; }
Property Value
Type | Description |
---|---|
RepeatedField<SubpropertySyncConfig> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<SubpropertySyncConfig> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<SubpropertySyncConfig> |