class Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleAssociationProperty

The schedule property associated with the entity.

Attributes

name[RW]

@return [String] Gets or sets the name of the Schedule.

Private Class Methods

mapper() click to toggle source

Mapper for ScheduleAssociationProperty class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_association_property.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ScheduleAssociationProperty',
    type: {
      name: 'Composite',
      class_name: 'ScheduleAssociationProperty',
      model_properties: {
        name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end