Sha256: bca4cb44d744528a7a7d5853cce62c0ab591bc20589baeac5b1b5aeb16af2e2a
Contents?: true
Size: 1.53 KB
Versions: 5
Compression:
Stored size: 1.53 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() { client_side_validation: true, required: false, serialized_name: 'CertificateUpdateParameters', type: { name: 'Composite', class_name: 'CertificateUpdateParameters', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, description: { client_side_validation: true, required: false, serialized_name: 'properties.description', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems