Sha256: ef63268a7aaa48ec1481834ff881d37d218da1b7ce9583f3892c99370842013b
Contents?: true
Size: 1.1 KB
Versions: 2
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::Resources2::Mgmt::V2016_02_01 module Models # # Model object. # # 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