Class SearchChangeHistoryEventsResponse
Response message for SearchAccounts RPC.
Implements
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class SearchChangeHistoryEventsResponse : IMessage<SearchChangeHistoryEventsResponse>, IEquatable<SearchChangeHistoryEventsResponse>, IDeepCloneable<SearchChangeHistoryEventsResponse>, IBufferMessage, IMessage, IPageResponse<ChangeHistoryEvent>, IEnumerable<ChangeHistoryEvent>, IEnumerable
Constructors
SearchChangeHistoryEventsResponse()
Declaration
public SearchChangeHistoryEventsResponse()
SearchChangeHistoryEventsResponse(SearchChangeHistoryEventsResponse)
Declaration
public SearchChangeHistoryEventsResponse(SearchChangeHistoryEventsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| SearchChangeHistoryEventsResponse | other |
Properties
ChangeHistoryEvents
Results that were accessible to the caller.
Declaration
public RepeatedField<ChangeHistoryEvent> ChangeHistoryEvents { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<ChangeHistoryEvent> |
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<ChangeHistoryEvent> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<ChangeHistoryEvent> |