Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.77 KB

CdnAppLike.md

File metadata and controls

66 lines (37 loc) · 1.77 KB

CdnAppLike

Properties

Name Type Description Notes
Like Pointer to NullableBool True means she likes, False means she dislikes, null means she wants to get her vote back. [optional]

Methods

NewCdnAppLike

func NewCdnAppLike() *CdnAppLike

NewCdnAppLike instantiates a new CdnAppLike 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

NewCdnAppLikeWithDefaults

func NewCdnAppLikeWithDefaults() *CdnAppLike

NewCdnAppLikeWithDefaults instantiates a new CdnAppLike 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

GetLike

func (o *CdnAppLike) GetLike() bool

GetLike returns the Like field if non-nil, zero value otherwise.

GetLikeOk

func (o *CdnAppLike) GetLikeOk() (*bool, bool)

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

SetLike

func (o *CdnAppLike) SetLike(v bool)

SetLike sets Like field to given value.

HasLike

func (o *CdnAppLike) HasLike() bool

HasLike returns a boolean if a field has been set.

SetLikeNil

func (o *CdnAppLike) SetLikeNil(b bool)

SetLikeNil sets the value for Like to be an explicit nil

UnsetLike

func (o *CdnAppLike) UnsetLike()

UnsetLike ensures that no value is present for Like, not even an explicit nil

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