Skip to content

Latest commit

History

History
56 lines (31 loc) 路 1.64 KB

AuthorsModelV1Admin.md

File metadata and controls

56 lines (31 loc) 路 1.64 KB

AuthorsModelV1Admin

Properties

Name Type Description Notes
Approved Pointer to bool [optional]

Methods

NewAuthorsModelV1Admin

func NewAuthorsModelV1Admin() *AuthorsModelV1Admin

NewAuthorsModelV1Admin instantiates a new AuthorsModelV1Admin 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

NewAuthorsModelV1AdminWithDefaults

func NewAuthorsModelV1AdminWithDefaults() *AuthorsModelV1Admin

NewAuthorsModelV1AdminWithDefaults instantiates a new AuthorsModelV1Admin 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 *AuthorsModelV1Admin) GetApproved() bool

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

GetApprovedOk

func (o *AuthorsModelV1Admin) 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 *AuthorsModelV1Admin) SetApproved(v bool)

SetApproved sets Approved field to given value.

HasApproved

func (o *AuthorsModelV1Admin) HasApproved() bool

HasApproved returns a boolean if a field has been set.

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