Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest

Request message for CreateSubproperty RPC.

Inheritance
object
GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Subproperty

Required. The subproperty to create.

Declaration
[JsonProperty("subproperty")]
public virtual GoogleAnalyticsAdminV1alphaProperty Subproperty { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaProperty

SubpropertyEventFilter

Optional. The subproperty event filter to create on an ordinary property.

Declaration
[JsonProperty("subpropertyEventFilter")]
public virtual GoogleAnalyticsAdminV1alphaSubpropertyEventFilter SubpropertyEventFilter { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaSubpropertyEventFilter

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX