Sha256: 878ff403a9f2c42b051df2951051d3279d6104de38809ea5a05b01e03080db89
Contents?: true
Size: 776 Bytes
Versions: 3
Compression:
Stored size: 776 Bytes
Contents
# Buildium::BudgetMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Budget unique identifier. | [optional] | | **name** | **String** | Name of the budget. | [optional] | | **start_date** | **Date** | Start date of the budget. | [optional] | | **end_date** | **Date** | End date of the budget. | [optional] | | **property** | [**PropertyMessage**](PropertyMessage.md) | | [optional] | | **details** | [**Array<BudgetDetailsMessage>**](BudgetDetailsMessage.md) | The details of the budget. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BudgetMessage.new( id: null, name: null, start_date: null, end_date: null, property: null, details: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BudgetMessage.md |
buildium-ruby-2.1.0 | docs/BudgetMessage.md |
buildium-ruby-2.0.1 | docs/BudgetMessage.md |