| Name | Type | Description | Notes |
|---|---|---|---|
| BillingHistoryServerlessInferenceDetails | Pointer to BillingHistoryServerlessInferenceDetails | [optional] | |
| Message | Pointer to string | [optional] | |
| Status | Pointer to bool | [optional] |
func NewServerlessInferencedBillingHistoryDetailsResponseSchema() *ServerlessInferencedBillingHistoryDetailsResponseSchema
NewServerlessInferencedBillingHistoryDetailsResponseSchema instantiates a new ServerlessInferencedBillingHistoryDetailsResponseSchema 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 NewServerlessInferencedBillingHistoryDetailsResponseSchemaWithDefaults() *ServerlessInferencedBillingHistoryDetailsResponseSchema
NewServerlessInferencedBillingHistoryDetailsResponseSchemaWithDefaults instantiates a new ServerlessInferencedBillingHistoryDetailsResponseSchema 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 *ServerlessInferencedBillingHistoryDetailsResponseSchema) GetBillingHistoryServerlessInferenceDetails() BillingHistoryServerlessInferenceDetails
GetBillingHistoryServerlessInferenceDetails returns the BillingHistoryServerlessInferenceDetails field if non-nil, zero value otherwise.
func (o *ServerlessInferencedBillingHistoryDetailsResponseSchema) GetBillingHistoryServerlessInferenceDetailsOk() (*BillingHistoryServerlessInferenceDetails, bool)
GetBillingHistoryServerlessInferenceDetailsOk returns a tuple with the BillingHistoryServerlessInferenceDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerlessInferencedBillingHistoryDetailsResponseSchema) SetBillingHistoryServerlessInferenceDetails(v BillingHistoryServerlessInferenceDetails)
SetBillingHistoryServerlessInferenceDetails sets BillingHistoryServerlessInferenceDetails field to given value.
func (o *ServerlessInferencedBillingHistoryDetailsResponseSchema) HasBillingHistoryServerlessInferenceDetails() bool
HasBillingHistoryServerlessInferenceDetails returns a boolean if a field has been set.
func (o *ServerlessInferencedBillingHistoryDetailsResponseSchema) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ServerlessInferencedBillingHistoryDetailsResponseSchema) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerlessInferencedBillingHistoryDetailsResponseSchema) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ServerlessInferencedBillingHistoryDetailsResponseSchema) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ServerlessInferencedBillingHistoryDetailsResponseSchema) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ServerlessInferencedBillingHistoryDetailsResponseSchema) GetStatusOk() (*bool, 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 *ServerlessInferencedBillingHistoryDetailsResponseSchema) SetStatus(v bool)
SetStatus sets Status field to given value.
func (o *ServerlessInferencedBillingHistoryDetailsResponseSchema) HasStatus() bool
HasStatus returns a boolean if a field has been set.