Class: Google::Apis::ContainerV1::ComplianceStandard
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::ComplianceStandard
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb
Overview
Defines the details of a compliance standard.
Instance Attribute Summary collapse
-
#standard ⇒ String
Name of the compliance standard.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ComplianceStandard
constructor
A new instance of ComplianceStandard.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ComplianceStandard
Returns a new instance of ComplianceStandard.
2102 2103 2104 |
# File 'lib/google/apis/container_v1/classes.rb', line 2102 def initialize(**args) update!(**args) end |
Instance Attribute Details
#standard ⇒ String
Name of the compliance standard.
Corresponds to the JSON property standard
2100 2101 2102 |
# File 'lib/google/apis/container_v1/classes.rb', line 2100 def standard @standard end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2107 2108 2109 |
# File 'lib/google/apis/container_v1/classes.rb', line 2107 def update!(**args) @standard = args[:standard] if args.key?(:standard) end |