Show / Hide Table of Contents

Class ListKeyEventsRequest

Request message for ListKeyEvents RPC

Inheritance
object
ListKeyEventsRequest
Implements
IMessage<ListKeyEventsRequest>
IEquatable<ListKeyEventsRequest>
IDeepCloneable<ListKeyEventsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class ListKeyEventsRequest : IMessage<ListKeyEventsRequest>, IEquatable<ListKeyEventsRequest>, IDeepCloneable<ListKeyEventsRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListKeyEventsRequest()

Declaration
public ListKeyEventsRequest()

ListKeyEventsRequest(ListKeyEventsRequest)

Declaration
public ListKeyEventsRequest(ListKeyEventsRequest other)
Parameters
Type Name Description
ListKeyEventsRequest other

Properties

PageSize

The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

A page token, received from a previous ListKeyEvents call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListKeyEvents must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The resource name of the parent property. Example: 'properties/123'

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsPropertyName

PropertyName-typed view over the Parent resource name property.

Declaration
public PropertyName ParentAsPropertyName { get; set; }
Property Value
Type Description
PropertyName
In this article
Back to top Generated by DocFX
OSZAR »