Show / Hide Table of Contents

Class ListEventEditRulesRequest

Request message for ListEventEditRules RPC.

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

Constructors

ListEventEditRulesRequest()

Declaration
public ListEventEditRulesRequest()

ListEventEditRulesRequest(ListEventEditRulesRequest)

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

Properties

PageSize

Optional. 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

Optional. A page token, received from a previous ListEventEditRules call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListEventEditRules 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. Example format: properties/123/dataStreams/456

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

ParentAsDataStreamName

DataStreamName-typed view over the Parent resource name property.

Declaration
public DataStreamName ParentAsDataStreamName { get; set; }
Property Value
Type Description
DataStreamName
In this article
Back to top Generated by DocFX