Class: Google::Apis::GkehubV1alpha::ComplianceStandard

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ComplianceStandard

Returns a new instance of ComplianceStandard.



1089
1090
1091
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 1089

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

Instance Attribute Details

#standardString

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

Returns:

  • (String)


1087
1088
1089
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 1087

def standard
  @standard
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1094
1095
1096
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 1094

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