Sha256: a66cea36438411015c8b64f406693f63b5f9a3a6b688c6f8886ec7d90180b800
Contents?: true
Size: 1.73 KB
Versions: 1
Compression:
Stored size: 1.73 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Resources module Models # # Plan for the resource. # class Plan include MsRestAzure # @return [String] The plan ID. attr_accessor :name # @return [String] The publisher ID. attr_accessor :publisher # @return [String] The offer ID. attr_accessor :product # @return [String] The promotion code. attr_accessor :promotion_code # # Mapper for Plan class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'Plan', type: { name: 'Composite', class_name: 'Plan', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } }, publisher: { required: false, serialized_name: 'publisher', type: { name: 'String' } }, product: { required: false, serialized_name: 'product', type: { name: 'String' } }, promotion_code: { required: false, serialized_name: 'promotionCode', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_resources-0.10.0 | lib/generated/azure_mgmt_resources/models/plan.rb |