GetLaunchersV1200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Next | Pointer to string | Pagination marker | [optional] |
| Items | Pointer to []Launcher | [optional] |
Methods
NewGetLaunchersV1200Response
func NewGetLaunchersV1200Response() *GetLaunchersV1200Response
NewGetLaunchersV1200Response instantiates a new GetLaunchersV1200Response 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
NewGetLaunchersV1200ResponseWithDefaults
func NewGetLaunchersV1200ResponseWithDefaults() *GetLaunchersV1200Response
NewGetLaunchersV1200ResponseWithDefaults instantiates a new GetLaunchersV1200Response 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
GetNext
func (o *GetLaunchersV1200Response) GetNext() string
GetNext returns the Next field if non-nil, zero value otherwise.
GetNextOk
func (o *GetLaunchersV1200Response) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNext
func (o *GetLaunchersV1200Response) SetNext(v string)
SetNext sets Next field to given value.
HasNext
func (o *GetLaunchersV1200Response) HasNext() bool
HasNext returns a boolean if a field has been set.
GetItems
func (o *GetLaunchersV1200Response) GetItems() []Launcher
GetItems returns the Items field if non-nil, zero value otherwise.
GetItemsOk
func (o *GetLaunchersV1200Response) GetItemsOk() (*[]Launcher, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetItems
func (o *GetLaunchersV1200Response) SetItems(v []Launcher)
SetItems sets Items field to given value.
HasItems
func (o *GetLaunchersV1200Response) HasItems() bool
HasItems returns a boolean if a field has been set.