Sha256: 809a491db920fb40d9801c18797de62eb0d1e556b2792c28c0baefe6267e3b14
Contents?: true
Size: 1.57 KB
Versions: 7
Compression:
Stored size: 1.57 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Redis::Mgmt::V2015_08_01 module Models # # The response of Redis list keys operation. # class RedisListKeysResult include MsRestAzure # @return [String] The current primary key that clients can use to # authenticate with Redis cache. attr_accessor :primary_key # @return [String] The current secondary key that clients can use to # authenticate with Redis cache. attr_accessor :secondary_key # # Mapper for RedisListKeysResult class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
7 entries across 7 versions & 1 rubygems