Class: Google::Apis::ApphubV1alpha::Environment
- Inherits:
-
Object
- Object
- Google::Apis::ApphubV1alpha::Environment
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apphub_v1alpha/classes.rb,
lib/google/apis/apphub_v1alpha/representations.rb,
lib/google/apis/apphub_v1alpha/representations.rb
Overview
Environment of the Application, Service, or Workload
Instance Attribute Summary collapse
-
#environment ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Environment
constructor
A new instance of Environment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Environment
Returns a new instance of Environment.
517 518 519 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 517 def initialize(**args) update!(**args) end |
Instance Attribute Details
#environment ⇒ String
Required. Environment name.
Corresponds to the JSON property environment
515 516 517 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 515 def environment @environment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
522 523 524 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 522 def update!(**args) @environment = args[:environment] if args.key?(:environment) end |