Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.05 KB

File metadata and controls

108 lines (59 loc) · 3.05 KB

InlineObject3

Properties

Name Type Description Notes
PerformanceRating Pointer to int64 [optional]
ReturnRating Pointer to int64 [optional]
RiskRating Pointer to int64 [optional]

Methods

NewInlineObject3

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

NewInlineObject3WithDefaults

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

GetPerformanceRating

func (o *InlineObject3) GetPerformanceRating() int64

GetPerformanceRating returns the PerformanceRating field if non-nil, zero value otherwise.

GetPerformanceRatingOk

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.

SetPerformanceRating

func (o *InlineObject3) SetPerformanceRating(v int64)

SetPerformanceRating sets PerformanceRating field to given value.

HasPerformanceRating

func (o *InlineObject3) HasPerformanceRating() bool

HasPerformanceRating returns a boolean if a field has been set.

GetReturnRating

func (o *InlineObject3) GetReturnRating() int64

GetReturnRating returns the ReturnRating field if non-nil, zero value otherwise.

GetReturnRatingOk

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.

SetReturnRating

func (o *InlineObject3) SetReturnRating(v int64)

SetReturnRating sets ReturnRating field to given value.

HasReturnRating

func (o *InlineObject3) HasReturnRating() bool

HasReturnRating returns a boolean if a field has been set.

GetRiskRating

func (o *InlineObject3) GetRiskRating() int64

GetRiskRating returns the RiskRating field if non-nil, zero value otherwise.

GetRiskRatingOk

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.

SetRiskRating

func (o *InlineObject3) SetRiskRating(v int64)

SetRiskRating sets RiskRating field to given value.

HasRiskRating

func (o *InlineObject3) HasRiskRating() bool

HasRiskRating returns a boolean if a field has been set.

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