Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.43 KB

AllowedUniverseTasksResp.md

File metadata and controls

82 lines (45 loc) · 2.43 KB

AllowedUniverseTasksResp

Properties

Name Type Description Notes
Restricted Pointer to bool [optional] [readonly]
TaskIds Pointer to []string [optional] [readonly]

Methods

NewAllowedUniverseTasksResp

func NewAllowedUniverseTasksResp() *AllowedUniverseTasksResp

NewAllowedUniverseTasksResp instantiates a new AllowedUniverseTasksResp 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

NewAllowedUniverseTasksRespWithDefaults

func NewAllowedUniverseTasksRespWithDefaults() *AllowedUniverseTasksResp

NewAllowedUniverseTasksRespWithDefaults instantiates a new AllowedUniverseTasksResp 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

GetRestricted

func (o *AllowedUniverseTasksResp) GetRestricted() bool

GetRestricted returns the Restricted field if non-nil, zero value otherwise.

GetRestrictedOk

func (o *AllowedUniverseTasksResp) GetRestrictedOk() (*bool, bool)

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

SetRestricted

func (o *AllowedUniverseTasksResp) SetRestricted(v bool)

SetRestricted sets Restricted field to given value.

HasRestricted

func (o *AllowedUniverseTasksResp) HasRestricted() bool

HasRestricted returns a boolean if a field has been set.

GetTaskIds

func (o *AllowedUniverseTasksResp) GetTaskIds() []string

GetTaskIds returns the TaskIds field if non-nil, zero value otherwise.

GetTaskIdsOk

func (o *AllowedUniverseTasksResp) GetTaskIdsOk() (*[]string, bool)

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

SetTaskIds

func (o *AllowedUniverseTasksResp) SetTaskIds(v []string)

SetTaskIds sets TaskIds field to given value.

HasTaskIds

func (o *AllowedUniverseTasksResp) HasTaskIds() bool

HasTaskIds returns a boolean if a field has been set.

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