class Google::Apis::ApikeysV2::V2GetKeyStringResponse

Response message for `GetKeyString` method.

Attributes

key_string[RW]

An encrypted and signed value of the key. Corresponds to the JSON property `keyString` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apikeys_v2/classes.rb, line 258
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apikeys_v2/classes.rb, line 263
def update!(**args)
  @key_string = args[:key_string] if args.key?(:key_string)
end