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