Class: Google::Apis::ApphubV1alpha::RequirementOverride
- Inherits:
-
Object
- Object
- Google::Apis::ApphubV1alpha::RequirementOverride
- 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
Instance Attribute Summary collapse
-
#zi_override ⇒ String
Corresponds to the JSON property
ziOverride
. -
#zs_override ⇒ String
Corresponds to the JSON property
zsOverride
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RequirementOverride
constructor
A new instance of RequirementOverride.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RequirementOverride
Returns a new instance of RequirementOverride.
1582 1583 1584 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 1582 def initialize(**args) update!(**args) end |
Instance Attribute Details
#zi_override ⇒ String
Corresponds to the JSON property ziOverride
1575 1576 1577 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 1575 def zi_override @zi_override end |
#zs_override ⇒ String
Corresponds to the JSON property zsOverride
1580 1581 1582 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 1580 def zs_override @zs_override end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1587 1588 1589 1590 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 1587 def update!(**args) @zi_override = args[:zi_override] if args.key?(:zi_override) @zs_override = args[:zs_override] if args.key?(:zs_override) end |