Class: Google::Apis::ApphubV1::ExtendedMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ApphubV1::ExtendedMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apphub_v1/classes.rb,
lib/google/apis/apphub_v1/representations.rb,
lib/google/apis/apphub_v1/representations.rb
Overview
Additional metadata for a Service or Workload.
Instance Attribute Summary collapse
-
#metadata_struct ⇒ Hash<String,Object>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExtendedMetadata
constructor
A new instance of ExtendedMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExtendedMetadata
Returns a new instance of ExtendedMetadata.
608 609 610 |
# File 'lib/google/apis/apphub_v1/classes.rb', line 608 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metadata_struct ⇒ Hash<String,Object>
Output only. The metadata contents.
Corresponds to the JSON property metadataStruct
606 607 608 |
# File 'lib/google/apis/apphub_v1/classes.rb', line 606 def @metadata_struct end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
613 614 615 |
# File 'lib/google/apis/apphub_v1/classes.rb', line 613 def update!(**args) @metadata_struct = args[:metadata_struct] if args.key?(:metadata_struct) end |