type property

String? type
getter/setter pair

Resource type.

Optional. Possible string values are:

  • "RESOURCE_TYPE_UNSPECIFIED" : Default value.
  • "RESOURCE_TYPE_TABLE" : Table resource type.
  • "RESOURCE_TYPE_PARTITION" : Partition resource type.

Implementation

core.String? type;