Class GoogleAnalyticsAdminV1alphaDataStream
A resource message representing a data stream.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaDataStream : IDirectResponseSchema
Properties
AndroidAppStreamData
Data specific to Android app streams. Must be populated if type is ANDROID_APP_DATA_STREAM.
Declaration
[JsonProperty("androidAppStreamData")]
public virtual GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData AndroidAppStreamData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData |
CreateTime
Output only. Time when this stream was originally created.
Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
DisplayName
Human-readable display name for the Data Stream. Required for web data streams. The max allowed display name length is 255 UTF-16 code units.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IosAppStreamData
Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM.
Declaration
[JsonProperty("iosAppStreamData")]
public virtual GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData IosAppStreamData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData |
Name
Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required. Immutable. The type of this DataStream resource.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
Output only. Time when stream payload fields were last updated.
Declaration
[JsonProperty("updateTime")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
WebStreamData
Data specific to web streams. Must be populated if type is WEB_DATA_STREAM.
Declaration
[JsonProperty("webStreamData")]
public virtual GoogleAnalyticsAdminV1alphaDataStreamWebStreamData WebStreamData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAnalyticsAdminV1alphaDataStreamWebStreamData |