class Azure::Reservations::Mgmt::V2019_04_01_preview::Models::PatchPropertiesRenewProperties
Model object.
Attributes
purchase_properties[RW]
@return [PurchaseRequest]
Private Class Methods
mapper()
click to toggle source
Mapper for PatchPropertiesRenewProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-04-01-preview/generated/azure_mgmt_reservations/models/patch_properties_renew_properties.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PatchProperties_renewProperties', type: { name: 'Composite', class_name: 'PatchPropertiesRenewProperties', model_properties: { purchase_properties: { client_side_validation: true, required: false, serialized_name: 'purchaseProperties', type: { name: 'Composite', class_name: 'PurchaseRequest' } } } } } end