Sha256: 2c58561ebca7223672976d4796004344d0d26f91533315b479468767f3e06b9d
Contents?: true
Size: 1.81 KB
Versions: 6
Compression:
Stored size: 1.81 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_11_01_preview module Models # # status of the subscription POST operation. # class SubscriptionOperation include MsRestAzure # @return [String] The operation Id. attr_accessor :id # @return [String] Status of the pending subscription attr_accessor :status # @return [String] Status Detail of the pending subscription attr_accessor :status_detail # # Mapper for SubscriptionOperation class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SubscriptionOperation', type: { name: 'Composite', class_name: 'SubscriptionOperation', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, status: { client_side_validation: true, required: false, serialized_name: 'status', type: { name: 'String' } }, status_detail: { client_side_validation: true, required: false, serialized_name: 'statusDetail', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems