type property

String? type
getter/setter pair

The type of this DataStream resource.

Required. Immutable. Possible string values are:

  • "DATA_STREAM_TYPE_UNSPECIFIED" : Type unknown or not specified.
  • "WEB_DATA_STREAM" : Web data stream.
  • "ANDROID_APP_DATA_STREAM" : Android app data stream.
  • "IOS_APP_DATA_STREAM" : iOS app data stream.

Implementation

core.String? type;