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.



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

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

Instance Attribute Details

#templateString

Corresponds to the JSON property template

Returns:

  • (String)


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

def template
  @template
end

#typeString

Corresponds to the JSON property type

Returns:

  • (String)


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

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



763
764
765
766
# File 'generated/google/apis/customsearch_v1/classes.rb', line 763

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