Sha256: 1a26cb458b954c45959bdc9721546362da5dad6d4f5031b6059f4e2bb3c51495
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::V2018_05_01 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