class Google::Apis::BigqueryV2::DatasetAccessEntry

Attributes

dataset[RW]
Required

The dataset this entry applies to.

Corresponds to the JSON property `dataset` @return [Google::Apis::BigqueryV2::DatasetReference]

target_types[RW]

Corresponds to the JSON property `target_types` @return [Array<Google::Apis::BigqueryV2::DatasetAccessEntry::TargetType>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 1752
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 1757
def update!(**args)
  @dataset = args[:dataset] if args.key?(:dataset)
  @target_types = args[:target_types] if args.key?(:target_types)
end