Sha256: 289e4100ac45d966df4867a4c262cc7befbe93cdcd3941ead87fcdad9c83f8a9
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 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::V2017_02_01 module Models # # List of linked server Ids of a Redis cache. # class RedisLinkedServerList include MsRestAzure # @return [Array<RedisLinkedServer>] List of linked server Ids of a Redis # cache. attr_accessor :value # # Mapper for RedisLinkedServerList class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'RedisLinkedServerList', type: { name: 'Composite', class_name: 'RedisLinkedServerList', model_properties: { value: { required: true, serialized_name: 'value', type: { name: 'Sequence', element: { required: false, serialized_name: 'RedisLinkedServerElementType', type: { name: 'Composite', class_name: 'RedisLinkedServer' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems