Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 7.19 KB

File metadata and controls

238 lines (129 loc) · 7.19 KB

InfrahubResourceObjectResponseForCustomer

Properties

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]

Methods

NewInfrahubResourceObjectResponseForCustomer

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

NewInfrahubResourceObjectResponseForCustomerWithDefaults

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

GetActualPrice

func (o *InfrahubResourceObjectResponseForCustomer) GetActualPrice() float32

GetActualPrice returns the ActualPrice field if non-nil, zero value otherwise.

GetActualPriceOk

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.

SetActualPrice

func (o *InfrahubResourceObjectResponseForCustomer) SetActualPrice(v float32)

SetActualPrice sets ActualPrice field to given value.

HasActualPrice

func (o *InfrahubResourceObjectResponseForCustomer) HasActualPrice() bool

HasActualPrice returns a boolean if a field has been set.

GetHost

func (o *InfrahubResourceObjectResponseForCustomer) GetHost() string

GetHost returns the Host field if non-nil, zero value otherwise.

GetHostOk

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.

SetHost

func (o *InfrahubResourceObjectResponseForCustomer) SetHost(v string)

SetHost sets Host field to given value.

HasHost

func (o *InfrahubResourceObjectResponseForCustomer) HasHost() bool

HasHost returns a boolean if a field has been set.

GetInfrahubId

func (o *InfrahubResourceObjectResponseForCustomer) GetInfrahubId() int32

GetInfrahubId returns the InfrahubId field if non-nil, zero value otherwise.

GetInfrahubIdOk

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.

SetInfrahubId

func (o *InfrahubResourceObjectResponseForCustomer) SetInfrahubId(v int32)

SetInfrahubId sets InfrahubId field to given value.

HasInfrahubId

func (o *InfrahubResourceObjectResponseForCustomer) HasInfrahubId() bool

HasInfrahubId returns a boolean if a field has been set.

GetName

func (o *InfrahubResourceObjectResponseForCustomer) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *InfrahubResourceObjectResponseForCustomer) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *InfrahubResourceObjectResponseForCustomer) HasName() bool

HasName returns a boolean if a field has been set.

GetPrice

func (o *InfrahubResourceObjectResponseForCustomer) GetPrice() float32

GetPrice returns the Price field if non-nil, zero value otherwise.

GetPriceOk

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.

SetPrice

func (o *InfrahubResourceObjectResponseForCustomer) SetPrice(v float32)

SetPrice sets Price field to given value.

HasPrice

func (o *InfrahubResourceObjectResponseForCustomer) HasPrice() bool

HasPrice returns a boolean if a field has been set.

GetResources

func (o *InfrahubResourceObjectResponseForCustomer) GetResources() []PricebookResourceObjectResponseForCustomer

GetResources returns the Resources field if non-nil, zero value otherwise.

GetResourcesOk

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.

SetResources

func (o *InfrahubResourceObjectResponseForCustomer) SetResources(v []PricebookResourceObjectResponseForCustomer)

SetResources sets Resources field to given value.

HasResources

func (o *InfrahubResourceObjectResponseForCustomer) HasResources() bool

HasResources returns a boolean if a field has been set.

GetStatus

func (o *InfrahubResourceObjectResponseForCustomer) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *InfrahubResourceObjectResponseForCustomer) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *InfrahubResourceObjectResponseForCustomer) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetType

func (o *InfrahubResourceObjectResponseForCustomer) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *InfrahubResourceObjectResponseForCustomer) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *InfrahubResourceObjectResponseForCustomer) HasType() bool

HasType returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]