Class ListConversionEventsResponse
Response message for ListConversionEvents RPC.
Inheritance
System.Object
ListConversionEventsResponse
Implements
Google.Protobuf.IMessage<ListConversionEventsResponse>
System.IEquatable<ListConversionEventsResponse>
Google.Protobuf.IDeepCloneable<ListConversionEventsResponse>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Google.Api.Gax.Grpc.IPageResponse<ConversionEvent>
System.Collections.Generic.IEnumerable<ConversionEvent>
System.Collections.IEnumerable
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListConversionEventsResponse : IMessage<ListConversionEventsResponse>, IEquatable<ListConversionEventsResponse>, IDeepCloneable<ListConversionEventsResponse>, IBufferMessage, IMessage, IPageResponse<ConversionEvent>, IEnumerable<ConversionEvent>, IEnumerable
Constructors
ListConversionEventsResponse()
Declaration
public ListConversionEventsResponse()
ListConversionEventsResponse(ListConversionEventsResponse)
Declaration
public ListConversionEventsResponse(ListConversionEventsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListConversionEventsResponse | other |
Properties
ConversionEvents
The requested conversion events
Declaration
public RepeatedField<ConversionEvent> ConversionEvents { get; }
Property Value
| Type | Description |
|---|---|
| Google.Protobuf.Collections.RepeatedField<ConversionEvent> |
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 |
|---|---|
| System.String |
Implements
Google.Api.Gax.Grpc.IPageResponse<TResource>.NextPageToken
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<ConversionEvent> GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerator<ConversionEvent> |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.IEnumerator |
Implements
System.Collections.IEnumerable.GetEnumerator()