Class: Google::Apis::CustomsearchV1::Search::Url

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Url

Returns a new instance of Url.



752
753
754
# File 'generated/google/apis/customsearch_v1/classes.rb', line 752

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

Instance Attribute Details

#templateString

Corresponds to the JSON property template

Returns:

  • (String)


745
746
747
# File 'generated/google/apis/customsearch_v1/classes.rb', line 745

def template
  @template
end

#typeString

Corresponds to the JSON property type

Returns:

  • (String)


750
751
752
# File 'generated/google/apis/customsearch_v1/classes.rb', line 750

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



757
758
759
760
# File 'generated/google/apis/customsearch_v1/classes.rb', line 757

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