Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.05 KB

File metadata and controls

160 lines (87 loc) · 5.05 KB

ResourceLevelBillingHistoryResponseAttributes

Properties

Name Type Description Notes
ContractId Pointer to int32 [optional]
Id Pointer to string [optional]
InfrahubId Pointer to int32 [optional]
ResourceName Pointer to string [optional]
Status Pointer to string [optional]

Methods

NewResourceLevelBillingHistoryResponseAttributes

func NewResourceLevelBillingHistoryResponseAttributes() *ResourceLevelBillingHistoryResponseAttributes

NewResourceLevelBillingHistoryResponseAttributes instantiates a new ResourceLevelBillingHistoryResponseAttributes 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

NewResourceLevelBillingHistoryResponseAttributesWithDefaults

func NewResourceLevelBillingHistoryResponseAttributesWithDefaults() *ResourceLevelBillingHistoryResponseAttributes

NewResourceLevelBillingHistoryResponseAttributesWithDefaults instantiates a new ResourceLevelBillingHistoryResponseAttributes 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

GetContractId

func (o *ResourceLevelBillingHistoryResponseAttributes) GetContractId() int32

GetContractId returns the ContractId field if non-nil, zero value otherwise.

GetContractIdOk

func (o *ResourceLevelBillingHistoryResponseAttributes) GetContractIdOk() (*int32, bool)

GetContractIdOk returns a tuple with the ContractId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContractId

func (o *ResourceLevelBillingHistoryResponseAttributes) SetContractId(v int32)

SetContractId sets ContractId field to given value.

HasContractId

func (o *ResourceLevelBillingHistoryResponseAttributes) HasContractId() bool

HasContractId returns a boolean if a field has been set.

GetId

func (o *ResourceLevelBillingHistoryResponseAttributes) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ResourceLevelBillingHistoryResponseAttributes) 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.

SetId

func (o *ResourceLevelBillingHistoryResponseAttributes) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ResourceLevelBillingHistoryResponseAttributes) HasId() bool

HasId returns a boolean if a field has been set.

GetInfrahubId

func (o *ResourceLevelBillingHistoryResponseAttributes) GetInfrahubId() int32

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

GetInfrahubIdOk

func (o *ResourceLevelBillingHistoryResponseAttributes) 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 *ResourceLevelBillingHistoryResponseAttributes) SetInfrahubId(v int32)

SetInfrahubId sets InfrahubId field to given value.

HasInfrahubId

func (o *ResourceLevelBillingHistoryResponseAttributes) HasInfrahubId() bool

HasInfrahubId returns a boolean if a field has been set.

GetResourceName

func (o *ResourceLevelBillingHistoryResponseAttributes) GetResourceName() string

GetResourceName returns the ResourceName field if non-nil, zero value otherwise.

GetResourceNameOk

func (o *ResourceLevelBillingHistoryResponseAttributes) GetResourceNameOk() (*string, bool)

GetResourceNameOk returns a tuple with the ResourceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResourceName

func (o *ResourceLevelBillingHistoryResponseAttributes) SetResourceName(v string)

SetResourceName sets ResourceName field to given value.

HasResourceName

func (o *ResourceLevelBillingHistoryResponseAttributes) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

GetStatus

func (o *ResourceLevelBillingHistoryResponseAttributes) GetStatus() string

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

GetStatusOk

func (o *ResourceLevelBillingHistoryResponseAttributes) 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 *ResourceLevelBillingHistoryResponseAttributes) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *ResourceLevelBillingHistoryResponseAttributes) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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