Class: Google::Apis::ContainerV1beta1::ComplianceStandard

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.rb

Overview

Defines the details of a compliance standard.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ComplianceStandard

Returns a new instance of ComplianceStandard.



2277
2278
2279
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2277

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#standardString

Name of the compliance standard. Corresponds to the JSON property standard

Returns:

  • (String)


2275
2276
2277
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2275

def standard
  @standard
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2282
2283
2284
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2282

def update!(**args)
  @standard = args[:standard] if args.key?(:standard)
end