Sha256: da5ab9ec83dc2dbc50c314147c1c37c9a568bc9848159b7144c7ad21c6df6c68
Contents?: true
Size: 1.18 KB
Versions: 3
Compression:
Stored size: 1.18 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::Subscriptions::Mgmt::V2018_03_01_preview module Models # # The created subscription object. # class SubscriptionCreationResult include MsRestAzure # @return [String] The link to the new subscription. attr_accessor :subscription_link # # Mapper for SubscriptionCreationResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SubscriptionCreationResult', type: { name: 'Composite', class_name: 'SubscriptionCreationResult', model_properties: { subscription_link: { client_side_validation: true, required: false, serialized_name: 'subscriptionLink', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems