Sha256: 9128fd911f0351983ead7089afa74cedd45ec660d6b44b777c8310e437de67a3
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 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::Automation::Mgmt::V2015_10_31 module Models # # The parameters supplied to the create or update runbook operation. # class RunbookCreateOrUpdateDraftParameters include MsRestAzure # @return [String] Content of the Runbook. attr_accessor :runbook_content # # Mapper for RunbookCreateOrUpdateDraftParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'RunbookCreateOrUpdateDraftParameters', type: { name: 'Composite', class_name: 'RunbookCreateOrUpdateDraftParameters', model_properties: { runbook_content: { required: true, serialized_name: 'runbookContent', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems