Sha256: 58eaaa1905cc77ccc89f214017f06ae7e77ce8a495631049ff06295f96f2cc3a
Contents?: true
Size: 1.15 KB
Versions: 6
Compression:
Stored size: 1.15 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 runbook property associated with the entity. # class RunbookAssociationProperty include MsRestAzure # @return [String] Gets or sets the name of the runbook. attr_accessor :name # # Mapper for RunbookAssociationProperty class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RunbookAssociationProperty', type: { name: 'Composite', class_name: 'RunbookAssociationProperty', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems