Class: Google::Apis::CustomsearchV1::Search::Url
- Inherits:
-
Object
- Object
- Google::Apis::CustomsearchV1::Search::Url
- 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
-
#template ⇒ String
Corresponds to the JSON property
template
. -
#type ⇒ String
Corresponds to the JSON property
type
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Url
constructor
A new instance of Url.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
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
#template ⇒ String
Corresponds to the JSON property template
745 746 747 |
# File 'generated/google/apis/customsearch_v1/classes.rb', line 745 def template @template end |
#type ⇒ String
Corresponds to the JSON property type
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 |