Sha256: e2243f69188e3076974db4f5c2e675a649d160ac54fdd9238643cf1b01a99755
Contents?: true
Size: 1.8 KB
Versions: 4
Compression:
Stored size: 1.8 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::V2018_01_10 module Models # # Current scenario details of the protected entity. # class CurrentScenarioDetails include MsRestAzure # @return [String] Scenario name. attr_accessor :scenario_name # @return [String] ARM Id of the job being executed. attr_accessor :job_id # @return [DateTime] Start time of the workflow. attr_accessor :start_time # # Mapper for CurrentScenarioDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CurrentScenarioDetails', type: { name: 'Composite', class_name: 'CurrentScenarioDetails', model_properties: { scenario_name: { client_side_validation: true, required: false, serialized_name: 'scenarioName', type: { name: 'String' } }, job_id: { client_side_validation: true, required: false, serialized_name: 'jobId', type: { name: 'String' } }, start_time: { client_side_validation: true, required: false, serialized_name: 'startTime', type: { name: 'DateTime' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems