Class: Google::Apis::ApphubV1::ExtendedMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_structHash<String,Object>

Output only. The metadata contents. Corresponds to the JSON property metadataStruct

Returns:

  • (Hash<String,Object>)


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