Class: Google::Apis::CloudsearchV1::EventAnnotation

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) ⇒ 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

#typeFixnum

Corresponds to the JSON property type

Returns:

  • (Fixnum)


7989
7990
7991
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7989

def type
  @type
end

#valueString

Corresponds to the JSON property value

Returns:

  • (String)


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