class Azure::Redis::Mgmt::V2015_08_01::Models::RedisListKeysResult
The response of Redis
list keys operation.
Attributes
primary_key[RW]
@return [String] The current primary key that clients can use to authenticate with Redis
cache.
secondary_key[RW]
@return [String] The current secondary key that clients can use to authenticate with Redis
cache.
Public Class Methods
mapper()
click to toggle source
Mapper for RedisListKeysResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-08-01/generated/azure_mgmt_redis/models/redis_list_keys_result.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RedisListKeysResult', type: { name: 'Composite', class_name: 'RedisListKeysResult', model_properties: { primary_key: { client_side_validation: true, required: false, serialized_name: 'primaryKey', type: { name: 'String' } }, secondary_key: { client_side_validation: true, required: false, serialized_name: 'secondaryKey', type: { name: 'String' } } } } } end