Sha256: d5009e9003d99fc36d8c2e20414649f85ec012643983df399f60396b68e5e8dd
Contents?: true
Size: 1.33 KB
Versions: 4
Compression:
Stored size: 1.33 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Resources module Models # # Entity representing the reference to the template. # class TemplateLink include MsRestAzure # @return [String] URI referencing the template. attr_accessor :uri # @return [String] If included it must match the ContentVersion in the # template. attr_accessor :content_version # # Mapper for TemplateLink class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'TemplateLink', type: { name: 'Composite', class_name: 'TemplateLink', model_properties: { uri: { required: true, serialized_name: 'uri', type: { name: 'String' } }, content_version: { required: false, serialized_name: 'contentVersion', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems