Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.13 KB

SelectedCheckpoints.md

File metadata and controls

108 lines (59 loc) · 3.13 KB

SelectedCheckpoints

Properties

Name Type Description Notes
Checkpoints Pointer to []int32 [optional]
Regions Pointer to []int32 [optional]
ExcludeLocations Pointer to []int32 [optional]

Methods

NewSelectedCheckpoints

func NewSelectedCheckpoints() *SelectedCheckpoints

NewSelectedCheckpoints instantiates a new SelectedCheckpoints 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

NewSelectedCheckpointsWithDefaults

func NewSelectedCheckpointsWithDefaults() *SelectedCheckpoints

NewSelectedCheckpointsWithDefaults instantiates a new SelectedCheckpoints 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

GetCheckpoints

func (o *SelectedCheckpoints) GetCheckpoints() []int32

GetCheckpoints returns the Checkpoints field if non-nil, zero value otherwise.

GetCheckpointsOk

func (o *SelectedCheckpoints) GetCheckpointsOk() (*[]int32, bool)

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

SetCheckpoints

func (o *SelectedCheckpoints) SetCheckpoints(v []int32)

SetCheckpoints sets Checkpoints field to given value.

HasCheckpoints

func (o *SelectedCheckpoints) HasCheckpoints() bool

HasCheckpoints returns a boolean if a field has been set.

GetRegions

func (o *SelectedCheckpoints) GetRegions() []int32

GetRegions returns the Regions field if non-nil, zero value otherwise.

GetRegionsOk

func (o *SelectedCheckpoints) GetRegionsOk() (*[]int32, bool)

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

SetRegions

func (o *SelectedCheckpoints) SetRegions(v []int32)

SetRegions sets Regions field to given value.

HasRegions

func (o *SelectedCheckpoints) HasRegions() bool

HasRegions returns a boolean if a field has been set.

GetExcludeLocations

func (o *SelectedCheckpoints) GetExcludeLocations() []int32

GetExcludeLocations returns the ExcludeLocations field if non-nil, zero value otherwise.

GetExcludeLocationsOk

func (o *SelectedCheckpoints) GetExcludeLocationsOk() (*[]int32, bool)

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

SetExcludeLocations

func (o *SelectedCheckpoints) SetExcludeLocations(v []int32)

SetExcludeLocations sets ExcludeLocations field to given value.

HasExcludeLocations

func (o *SelectedCheckpoints) HasExcludeLocations() bool

HasExcludeLocations returns a boolean if a field has been set.

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