Sha256: bfaf7dd37ccbbd4f2e72cedbe306f827ee06fee9c8e7977def013eb8991ccb9f
Contents?: true
Size: 1.23 KB
Versions: 6
Compression:
Stored size: 1.23 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() { client_side_validation: true, required: false, serialized_name: 'RunbookCreateOrUpdateDraftParameters', type: { name: 'Composite', class_name: 'RunbookCreateOrUpdateDraftParameters', model_properties: { runbook_content: { client_side_validation: true, required: true, serialized_name: 'runbookContent', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems