type property

String? type
getter/setter pair

Specifies the type of dataset/table restriction.

Output only. Possible string values are:

  • "RESTRICTION_TYPE_UNSPECIFIED" : Should never be used.
  • "RESTRICTED_DATA_EGRESS" : Restrict data egress. See [Data egress](/bigquery/docs/analytics-hub-introduction#data_egress) for more details.

Implementation

core.String? type;