type property

String? type
getter/setter pair

Explains the reason for the release.

Specify a value for this field only when creating a SITE_DISABLE type release. Possible string values are:

  • "TYPE_UNSPECIFIED" : An unspecified type. Indicates that a version was released. This is the default value when no other type is explicitly specified.
  • "DEPLOY" : A version was uploaded to Firebase Hosting and released.
  • "ROLLBACK" : The release points back to a previously deployed version.
  • "SITE_DISABLE" : The release prevents the site from serving content. Firebase Hosting acts as if the site never existed.

Implementation

core.String? type;