GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData class
Data specific to iOS app streams.
Constructors
- GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData({String? bundleId, String? firebaseAppId})
- GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData.fromJson(Map json_)
Properties
- bundleId ↔ String?
-
The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
getter/setter pair
- firebaseAppId ↔ String?
-
ID of the corresponding iOS app in Firebase, if any.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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