Class GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest
Request message for CreateSubproperty RPC.
Implements
Inherited Members
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 |