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] |
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
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
func (o *CdnAppLike) GetLike() bool
GetLike returns the Like field if non-nil, zero value otherwise.
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.
func (o *CdnAppLike) SetLike(v bool)
SetLike sets Like field to given value.
func (o *CdnAppLike) HasLike() bool
HasLike returns a boolean if a field has been set.
func (o *CdnAppLike) SetLikeNil(b bool)
SetLikeNil sets the value for Like to be an explicit nil
func (o *CdnAppLike) UnsetLike()
UnsetLike ensures that no value is present for Like, not even an explicit nil