Sha256: db8fb2de43cd0902e458d39a13b6516337e9d5071ec876b0adc46a9c847cb700
Contents?: true
Size: 1.44 KB
Versions: 2
Compression:
Stored size: 1.44 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() { required: false, serialized_name: 'RedisListKeysResult', type: { name: 'Composite', class_name: 'RedisListKeysResult', model_properties: { primary_key: { required: false, serialized_name: 'primaryKey', type: { name: 'String' } }, secondary_key: { required: false, serialized_name: 'secondaryKey', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems