Class: Google::Apis::CloudsearchV1::EventAnnotation
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EventAnnotation
- 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
-
#type ⇒ Fixnum
Corresponds to the JSON property
type. -
#value ⇒ String
Corresponds to the JSON property
value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EventAnnotation
constructor
A new instance of EventAnnotation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EventAnnotation
Returns a new instance of EventAnnotation.
7996 7997 7998 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7996 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ Fixnum
Corresponds to the JSON property type
7989 7990 7991 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7989 def type @type end |
#value ⇒ String
Corresponds to the JSON property value
7994 7995 7996 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7994 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8001 8002 8003 8004 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8001 def update!(**args) @type = args[:type] if args.key?(:type) @value = args[:value] if args.key?(:value) end |