Skip to content

Latest commit

History

History
82 lines (45 loc) 路 2.4 KB

ReviewModelUpdateV1Admin.md

File metadata and controls

82 lines (45 loc) 路 2.4 KB

ReviewModelUpdateV1Admin

Properties

Name Type Description Notes
Approved Pointer to bool [optional]
Moderated Pointer to bool [optional]

Methods

NewReviewModelUpdateV1Admin

func NewReviewModelUpdateV1Admin() *ReviewModelUpdateV1Admin

NewReviewModelUpdateV1Admin instantiates a new ReviewModelUpdateV1Admin 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

NewReviewModelUpdateV1AdminWithDefaults

func NewReviewModelUpdateV1AdminWithDefaults() *ReviewModelUpdateV1Admin

NewReviewModelUpdateV1AdminWithDefaults instantiates a new ReviewModelUpdateV1Admin 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

GetApproved

func (o *ReviewModelUpdateV1Admin) GetApproved() bool

GetApproved returns the Approved field if non-nil, zero value otherwise.

GetApprovedOk

func (o *ReviewModelUpdateV1Admin) GetApprovedOk() (*bool, bool)

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

SetApproved

func (o *ReviewModelUpdateV1Admin) SetApproved(v bool)

SetApproved sets Approved field to given value.

HasApproved

func (o *ReviewModelUpdateV1Admin) HasApproved() bool

HasApproved returns a boolean if a field has been set.

GetModerated

func (o *ReviewModelUpdateV1Admin) GetModerated() bool

GetModerated returns the Moderated field if non-nil, zero value otherwise.

GetModeratedOk

func (o *ReviewModelUpdateV1Admin) GetModeratedOk() (*bool, bool)

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

SetModerated

func (o *ReviewModelUpdateV1Admin) SetModerated(v bool)

SetModerated sets Moderated field to given value.

HasModerated

func (o *ReviewModelUpdateV1Admin) HasModerated() bool

HasModerated returns a boolean if a field has been set.

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