class Google::Apis::BigqueryV2::DatasetAccessEntry::TargetType

Attributes

target_type[RW]
Required

Which resources in the dataset this entry applies to. Currently,

only views are supported, but additional target types may be added in the future. Possible values: VIEWS: This entry applies to all views in the dataset. Corresponds to the JSON property `targetType` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 1773
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigquery_v2/classes.rb, line 1778
def update!(**args)
  @target_type = args[:target_type] if args.key?(:target_type)
end