Sha256: 31b3bfdf123cc982faf543fc67d92f42a14a4764de20b14fbc21021cd474f37d
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 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() { required: false, serialized_name: 'UpdateMobilityServiceRequestProperties', type: { name: 'Composite', class_name: 'UpdateMobilityServiceRequestProperties', model_properties: { run_as_account_id: { required: false, serialized_name: 'runAsAccountId', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems