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