Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1LookupContextResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb

Overview

Lookup Context response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1LookupContextResponse

Returns a new instance of GoogleCloudDataplexV1LookupContextResponse.



8905
8906
8907
# File 'lib/google/apis/dataplex_v1/classes.rb', line 8905

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

Instance Attribute Details

#contextString

Pre-formatted block of text containing the context for the requested resources. Corresponds to the JSON property context

Returns:

  • (String)


8903
8904
8905
# File 'lib/google/apis/dataplex_v1/classes.rb', line 8903

def context
  @context
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8910
8911
8912
# File 'lib/google/apis/dataplex_v1/classes.rb', line 8910

def update!(**args)
  @context = args[:context] if args.key?(:context)
end