Sha256: a41b6833c76a7aa603b18f7e31e6ba3b493bb1ee624cc7b359109437cf7ceb86
Contents?: true
Size: 1.25 KB
Versions: 6
Compression:
Stored size: 1.25 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::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10 module Models # # The properties of an update mobility service request. # class UpdateMobilityServiceRequestProperties include MsRestAzure # @return [String] The CS run as account Id. attr_accessor :run_as_account_id # # Mapper for UpdateMobilityServiceRequestProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'UpdateMobilityServiceRequestProperties', type: { name: 'Composite', class_name: 'UpdateMobilityServiceRequestProperties', model_properties: { run_as_account_id: { client_side_validation: true, required: false, serialized_name: 'runAsAccountId', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems