class Azure::Confluent::Mgmt::V2020_03_01::Models::OrganizationResourcePropertiesOfferDetail
Confluent
offer detail
Private Class Methods
mapper()
click to toggle source
Mapper for OrganizationResourcePropertiesOfferDetail
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-03-01/generated/azure_mgmt_confluent/models/organization_resource_properties_offer_detail.rb, line 21 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OrganizationResourceProperties_offerDetail', type: { name: 'Composite', class_name: 'OrganizationResourcePropertiesOfferDetail', model_properties: { publisher_id: { client_side_validation: true, required: false, serialized_name: 'publisherId', constraints: { MaxLength: 50 }, type: { name: 'String' } }, id: { client_side_validation: true, required: false, serialized_name: 'id', constraints: { MaxLength: 50 }, type: { name: 'String' } }, plan_id: { client_side_validation: true, required: false, serialized_name: 'planId', constraints: { MaxLength: 50 }, type: { name: 'String' } }, plan_name: { client_side_validation: true, required: false, serialized_name: 'planName', constraints: { MaxLength: 50 }, type: { name: 'String' } }, term_unit: { client_side_validation: true, required: false, serialized_name: 'termUnit', constraints: { MaxLength: 25 }, type: { name: 'String' } }, status: { client_side_validation: true, required: false, serialized_name: 'status', type: { name: 'String' } } } } } end