| Name | Type | Description | Notes |
|---|---|---|---|
| PerformanceRating | Pointer to int64 | [optional] | |
| ReturnRating | Pointer to int64 | [optional] | |
| RiskRating | Pointer to int64 | [optional] |
func NewInlineObject3() *InlineObject3
NewInlineObject3 instantiates a new InlineObject3 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 NewInlineObject3WithDefaults() *InlineObject3
NewInlineObject3WithDefaults instantiates a new InlineObject3 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 *InlineObject3) GetPerformanceRating() int64
GetPerformanceRating returns the PerformanceRating field if non-nil, zero value otherwise.
func (o *InlineObject3) GetPerformanceRatingOk() (*int64, bool)
GetPerformanceRatingOk returns a tuple with the PerformanceRating field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineObject3) SetPerformanceRating(v int64)
SetPerformanceRating sets PerformanceRating field to given value.
func (o *InlineObject3) HasPerformanceRating() bool
HasPerformanceRating returns a boolean if a field has been set.
func (o *InlineObject3) GetReturnRating() int64
GetReturnRating returns the ReturnRating field if non-nil, zero value otherwise.
func (o *InlineObject3) GetReturnRatingOk() (*int64, bool)
GetReturnRatingOk returns a tuple with the ReturnRating field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineObject3) SetReturnRating(v int64)
SetReturnRating sets ReturnRating field to given value.
func (o *InlineObject3) HasReturnRating() bool
HasReturnRating returns a boolean if a field has been set.
func (o *InlineObject3) GetRiskRating() int64
GetRiskRating returns the RiskRating field if non-nil, zero value otherwise.
func (o *InlineObject3) GetRiskRatingOk() (*int64, bool)
GetRiskRatingOk returns a tuple with the RiskRating field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineObject3) SetRiskRating(v int64)
SetRiskRating sets RiskRating field to given value.
func (o *InlineObject3) HasRiskRating() bool
HasRiskRating returns a boolean if a field has been set.