| Name | Type | Description | Notes |
|---|---|---|---|
| ActualPrice | Pointer to float32 | [optional] | |
| Host | Pointer to string | [optional] | |
| InfrahubId | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Price | Pointer to float32 | [optional] | |
| Resources | Pointer to []PricebookResourceObjectResponseForCustomer | [optional] | |
| Status | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] |
func NewInfrahubResourceObjectResponseForCustomer() *InfrahubResourceObjectResponseForCustomer
NewInfrahubResourceObjectResponseForCustomer instantiates a new InfrahubResourceObjectResponseForCustomer 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 NewInfrahubResourceObjectResponseForCustomerWithDefaults() *InfrahubResourceObjectResponseForCustomer
NewInfrahubResourceObjectResponseForCustomerWithDefaults instantiates a new InfrahubResourceObjectResponseForCustomer 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 *InfrahubResourceObjectResponseForCustomer) GetActualPrice() float32
GetActualPrice returns the ActualPrice field if non-nil, zero value otherwise.
func (o *InfrahubResourceObjectResponseForCustomer) GetActualPriceOk() (*float32, bool)
GetActualPriceOk returns a tuple with the ActualPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfrahubResourceObjectResponseForCustomer) SetActualPrice(v float32)
SetActualPrice sets ActualPrice field to given value.
func (o *InfrahubResourceObjectResponseForCustomer) HasActualPrice() bool
HasActualPrice returns a boolean if a field has been set.
func (o *InfrahubResourceObjectResponseForCustomer) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *InfrahubResourceObjectResponseForCustomer) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfrahubResourceObjectResponseForCustomer) SetHost(v string)
SetHost sets Host field to given value.
func (o *InfrahubResourceObjectResponseForCustomer) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *InfrahubResourceObjectResponseForCustomer) GetInfrahubId() int32
GetInfrahubId returns the InfrahubId field if non-nil, zero value otherwise.
func (o *InfrahubResourceObjectResponseForCustomer) GetInfrahubIdOk() (*int32, bool)
GetInfrahubIdOk returns a tuple with the InfrahubId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfrahubResourceObjectResponseForCustomer) SetInfrahubId(v int32)
SetInfrahubId sets InfrahubId field to given value.
func (o *InfrahubResourceObjectResponseForCustomer) HasInfrahubId() bool
HasInfrahubId returns a boolean if a field has been set.
func (o *InfrahubResourceObjectResponseForCustomer) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *InfrahubResourceObjectResponseForCustomer) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfrahubResourceObjectResponseForCustomer) SetName(v string)
SetName sets Name field to given value.
func (o *InfrahubResourceObjectResponseForCustomer) HasName() bool
HasName returns a boolean if a field has been set.
func (o *InfrahubResourceObjectResponseForCustomer) GetPrice() float32
GetPrice returns the Price field if non-nil, zero value otherwise.
func (o *InfrahubResourceObjectResponseForCustomer) GetPriceOk() (*float32, 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 *InfrahubResourceObjectResponseForCustomer) SetPrice(v float32)
SetPrice sets Price field to given value.
func (o *InfrahubResourceObjectResponseForCustomer) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (o *InfrahubResourceObjectResponseForCustomer) GetResources() []PricebookResourceObjectResponseForCustomer
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *InfrahubResourceObjectResponseForCustomer) GetResourcesOk() (*[]PricebookResourceObjectResponseForCustomer, bool)
GetResourcesOk returns a tuple with the Resources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfrahubResourceObjectResponseForCustomer) SetResources(v []PricebookResourceObjectResponseForCustomer)
SetResources sets Resources field to given value.
func (o *InfrahubResourceObjectResponseForCustomer) HasResources() bool
HasResources returns a boolean if a field has been set.
func (o *InfrahubResourceObjectResponseForCustomer) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *InfrahubResourceObjectResponseForCustomer) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfrahubResourceObjectResponseForCustomer) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *InfrahubResourceObjectResponseForCustomer) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *InfrahubResourceObjectResponseForCustomer) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *InfrahubResourceObjectResponseForCustomer) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InfrahubResourceObjectResponseForCustomer) SetType(v string)
SetType sets Type field to given value.
func (o *InfrahubResourceObjectResponseForCustomer) HasType() bool
HasType returns a boolean if a field has been set.