class Azure::Subscriptions::Mgmt::V2020_09_01::Models::EnabledSubscriptionId
The ID of the subscriptions that is being enabled
Attributes
value[RW]
@return [String] The ID of the subscriptions that is being enabled
Private Class Methods
mapper()
click to toggle source
Mapper for EnabledSubscriptionId
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-09-01/generated/azure_mgmt_subscriptions/models/enabled_subscription_id.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EnabledSubscriptionId', type: { name: 'Composite', class_name: 'EnabledSubscriptionId', model_properties: { value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'String' } } } } } end