Class: Google::Apis::CloudkmsV1::ShowEffectiveAutokeyConfigResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudkmsV1::ShowEffectiveAutokeyConfigResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudkms_v1/classes.rb,
lib/google/apis/cloudkms_v1/representations.rb,
lib/google/apis/cloudkms_v1/representations.rb
Overview
Response message for ShowEffectiveAutokeyConfig.
Instance Attribute Summary collapse
-
#key_project ⇒ String
Name of the key project configured in the resource project's folder ancestry.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ShowEffectiveAutokeyConfigResponse
constructor
A new instance of ShowEffectiveAutokeyConfigResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ShowEffectiveAutokeyConfigResponse
Returns a new instance of ShowEffectiveAutokeyConfigResponse.
2902 2903 2904 |
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 2902 def initialize(**args) update!(**args) end |
Instance Attribute Details
#key_project ⇒ String
Name of the key project configured in the resource project's folder ancestry.
Corresponds to the JSON property keyProject
2900 2901 2902 |
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 2900 def key_project @key_project end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2907 2908 2909 |
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 2907 def update!(**args) @key_project = args[:key_project] if args.key?(:key_project) end |