Class: Google::Apis::CloudsearchV1::OpenLink

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OpenLink

Returns a new instance of OpenLink.



14900
14901
14902
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14900

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

Instance Attribute Details

#load_indicatorString

Next available ID: 5 Corresponds to the JSON property loadIndicator

Returns:

  • (String)


14883
14884
14885
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14883

def load_indicator
  @load_indicator
end

#on_closeString

Corresponds to the JSON property onClose

Returns:

  • (String)


14888
14889
14890
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14888

def on_close
  @on_close
end

#open_asString

Corresponds to the JSON property openAs

Returns:

  • (String)


14893
14894
14895
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14893

def open_as
  @open_as
end

#urlString

Corresponds to the JSON property url

Returns:

  • (String)


14898
14899
14900
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14898

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14905
14906
14907
14908
14909
14910
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14905

def update!(**args)
  @load_indicator = args[:load_indicator] if args.key?(:load_indicator)
  @on_close = args[:on_close] if args.key?(:on_close)
  @open_as = args[:open_as] if args.key?(:open_as)
  @url = args[:url] if args.key?(:url)
end