Sha256: 76bdfe3ea32dcd0628ed962e1f46078db1a3db05b5c91a9796d143dd2e89caeb
Contents?: true
Size: 1.1 KB
Versions: 9
Compression:
Stored size: 1.1 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::Resources::Mgmt::V2019_05_10 module Models # # The deployment export result. # class DeploymentExportResult include MsRestAzure # @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
9 entries across 9 versions & 2 rubygems