class Google::Apis::SheetsV4::LookerDataSourceSpec

The specification of a Looker data source.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @explore = args[:explore] if args.key?(:explore)
  @instance_uri = args[:instance_uri] if args.key?(:instance_uri)
  @model = args[:model] if args.key?(:model)
end