Sha256: 766f6cf453b4afe8b45593dc5a16d6b2cd195b8956a523018e5be9adb1b43e92
Contents?: true
Size: 1.12 KB
Versions: 9
Compression:
Stored size: 1.12 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::MediaServices::Mgmt::V2018_07_01 module Models # # The input to the sync storage keys request. # class SyncStorageKeysInput include MsRestAzure # @return [String] The ID of the storage account resource. attr_accessor :id # # Mapper for SyncStorageKeysInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SyncStorageKeysInput', type: { name: 'Composite', class_name: 'SyncStorageKeysInput', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems