Skip to content

Latest commit

 

History

History
210 lines (117 loc) · 4.94 KB

GetReactors.md

File metadata and controls

210 lines (117 loc) · 4.94 KB

GetReactors

Properties

Name Type Description Notes
Id Pointer to []string [optional]
Name Pointer to NullableString [optional]
Page Pointer to NullableInt32 [optional]
Start Pointer to NullableString [optional]
Size Pointer to NullableInt32 [optional]

Methods

NewGetReactors

func NewGetReactors() *GetReactors

NewGetReactors instantiates a new GetReactors 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

NewGetReactorsWithDefaults

func NewGetReactorsWithDefaults() *GetReactors

NewGetReactorsWithDefaults instantiates a new GetReactors 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

GetId

func (o *GetReactors) GetId() []string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GetReactors) GetIdOk() (*[]string, bool)

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

SetId

func (o *GetReactors) SetId(v []string)

SetId sets Id field to given value.

HasId

func (o *GetReactors) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *GetReactors) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *GetReactors) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetName

func (o *GetReactors) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *GetReactors) GetNameOk() (*string, bool)

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

SetName

func (o *GetReactors) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GetReactors) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *GetReactors) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *GetReactors) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetPage

func (o *GetReactors) GetPage() int32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *GetReactors) GetPageOk() (*int32, bool)

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

SetPage

func (o *GetReactors) SetPage(v int32)

SetPage sets Page field to given value.

HasPage

func (o *GetReactors) HasPage() bool

HasPage returns a boolean if a field has been set.

SetPageNil

func (o *GetReactors) SetPageNil(b bool)

SetPageNil sets the value for Page to be an explicit nil

UnsetPage

func (o *GetReactors) UnsetPage()

UnsetPage ensures that no value is present for Page, not even an explicit nil

GetStart

func (o *GetReactors) GetStart() string

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *GetReactors) GetStartOk() (*string, bool)

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

SetStart

func (o *GetReactors) SetStart(v string)

SetStart sets Start field to given value.

HasStart

func (o *GetReactors) HasStart() bool

HasStart returns a boolean if a field has been set.

SetStartNil

func (o *GetReactors) SetStartNil(b bool)

SetStartNil sets the value for Start to be an explicit nil

UnsetStart

func (o *GetReactors) UnsetStart()

UnsetStart ensures that no value is present for Start, not even an explicit nil

GetSize

func (o *GetReactors) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *GetReactors) GetSizeOk() (*int32, bool)

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

SetSize

func (o *GetReactors) SetSize(v int32)

SetSize sets Size field to given value.

HasSize

func (o *GetReactors) HasSize() bool

HasSize returns a boolean if a field has been set.

SetSizeNil

func (o *GetReactors) SetSizeNil(b bool)

SetSizeNil sets the value for Size to be an explicit nil

UnsetSize

func (o *GetReactors) UnsetSize()

UnsetSize ensures that no value is present for Size, not even an explicit nil

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