| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| Period | Pointer to string | [optional] | |
| Price | Pointer to ServiceBillingPrice | [optional] | |
| ResourcePrice | Pointer to ServiceBillingPrice | [optional] |
func NewServiceBillingReservations() *ServiceBillingReservations
NewServiceBillingReservations instantiates a new ServiceBillingReservations object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceBillingReservationsWithDefaults() *ServiceBillingReservations
NewServiceBillingReservationsWithDefaults instantiates a new ServiceBillingReservations object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ServiceBillingReservations) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ServiceBillingReservations) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceBillingReservations) SetId(v string)
SetId sets Id field to given value.
func (o *ServiceBillingReservations) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ServiceBillingReservations) GetPeriod() string
GetPeriod returns the Period field if non-nil, zero value otherwise.
func (o *ServiceBillingReservations) GetPeriodOk() (*string, bool)
GetPeriodOk returns a tuple with the Period field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceBillingReservations) SetPeriod(v string)
SetPeriod sets Period field to given value.
func (o *ServiceBillingReservations) HasPeriod() bool
HasPeriod returns a boolean if a field has been set.
func (o *ServiceBillingReservations) GetPrice() ServiceBillingPrice
GetPrice returns the Price field if non-nil, zero value otherwise.
func (o *ServiceBillingReservations) GetPriceOk() (*ServiceBillingPrice, bool)
GetPriceOk returns a tuple with the Price field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceBillingReservations) SetPrice(v ServiceBillingPrice)
SetPrice sets Price field to given value.
func (o *ServiceBillingReservations) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (o *ServiceBillingReservations) GetResourcePrice() ServiceBillingPrice
GetResourcePrice returns the ResourcePrice field if non-nil, zero value otherwise.
func (o *ServiceBillingReservations) GetResourcePriceOk() (*ServiceBillingPrice, bool)
GetResourcePriceOk returns a tuple with the ResourcePrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceBillingReservations) SetResourcePrice(v ServiceBillingPrice)
SetResourcePrice sets ResourcePrice field to given value.
func (o *ServiceBillingReservations) HasResourcePrice() bool
HasResourcePrice returns a boolean if a field has been set.