GoogleAnalyticsAdminV1betaDataStream class

A resource message representing a data stream.

Properties

androidAppStreamData ↔ GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData?
Data specific to Android app streams.
getter/setter pair
createTime ↔ String?
Time when this stream was originally created.
getter/setter pair
displayName ↔ String?
Human-readable display name for the Data Stream.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
iosAppStreamData ↔ GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData?
Data specific to iOS app streams.
getter/setter pair
name ↔ String?
Resource name of this Data Stream.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type ↔ String?
The type of this DataStream resource.
getter/setter pair
updateTime ↔ String?
Time when stream payload fields were last updated.
getter/setter pair
webStreamData ↔ GoogleAnalyticsAdminV1betaDataStreamWebStreamData?
Data specific to web streams.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited