Class: Google::Apis::PhotoslibraryV1::EnrichmentItem

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

Overview

An enrichment item.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ EnrichmentItem

Returns a new instance of EnrichmentItem



431
432
433
# File 'generated/google/apis/photoslibrary_v1/classes.rb', line 431

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

Instance Attribute Details

#idString

Identifier of the enrichment item. Corresponds to the JSON property id

Returns:

  • (String)


429
430
431
# File 'generated/google/apis/photoslibrary_v1/classes.rb', line 429

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



436
437
438
# File 'generated/google/apis/photoslibrary_v1/classes.rb', line 436

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