Sha256: 1a15851baae22e5af26dd1ac78bd54ce130d286dd11af0bff122643f4a566ac0
Contents?: true
Size: 1.36 KB
Versions: 3
Compression:
Stored size: 1.36 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Batch module Models # # Values returned by the GetKeys operation. # class BatchAccountListKeyResult include MsRestAzure # @return [String] The primary key associated with the account. attr_accessor :primary # @return [String] The secondary key associated with the account. attr_accessor :secondary # # Mapper for BatchAccountListKeyResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'BatchAccountListKeyResult', type: { name: 'Composite', class_name: 'BatchAccountListKeyResult', model_properties: { primary: { required: false, serialized_name: 'primary', type: { name: 'String' } }, secondary: { required: false, serialized_name: 'secondary', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems