Sha256: eadfc1347ffe65fe11210dd215df5ea34f5a70e7da66d4bc2db97f851a5a77da
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::Resources2::Mgmt::V2019_05_10 module Models # # The deployment export result. # class DeploymentExportResult include MsRestAzure2 # @return The template content. attr_accessor :template # # Mapper for DeploymentExportResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DeploymentExportResult', type: { name: 'Composite', class_name: 'DeploymentExportResult', model_properties: { template: { client_side_validation: true, required: false, serialized_name: 'template', type: { name: 'Object' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems