status property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? status
getter/setter pair

Generated by eventbus.

User should not set it as an input.

Output only. Possible string values are:

  • "UNKNOWN"
  • "DRAFT"
  • "ACTIVE"
  • "ARCHIVED"
  • "SNAPSHOT"

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? status;