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