Class: Google::Apis::ApikeysV2::V2GetKeyStringResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApikeysV2::V2GetKeyStringResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apikeys_v2/classes.rb,
lib/google/apis/apikeys_v2/representations.rb,
lib/google/apis/apikeys_v2/representations.rb
Overview
Response message for GetKeyString method.
Instance Attribute Summary collapse
-
#key_string ⇒ String
An encrypted and signed value of the key.
Instance Method Summary collapse
-
#initialize(**args) ⇒ V2GetKeyStringResponse
constructor
A new instance of V2GetKeyStringResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ V2GetKeyStringResponse
Returns a new instance of V2GetKeyStringResponse.
258 259 260 |
# File 'lib/google/apis/apikeys_v2/classes.rb', line 258 def initialize(**args) update!(**args) end |
Instance Attribute Details
#key_string ⇒ String
An encrypted and signed value of the key.
Corresponds to the JSON property keyString
256 257 258 |
# File 'lib/google/apis/apikeys_v2/classes.rb', line 256 def key_string @key_string end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
263 264 265 |
# File 'lib/google/apis/apikeys_v2/classes.rb', line 263 def update!(**args) @key_string = args[:key_string] if args.key?(:key_string) end |