Name | Type | Description | Notes |
---|---|---|---|
Restricted | Pointer to bool | [optional] [readonly] | |
TaskIds | Pointer to []string | [optional] [readonly] |
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
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
func (o *AllowedUniverseTasksResp) GetRestricted() bool
GetRestricted returns the Restricted field if non-nil, zero value otherwise.
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.
func (o *AllowedUniverseTasksResp) SetRestricted(v bool)
SetRestricted sets Restricted field to given value.
func (o *AllowedUniverseTasksResp) HasRestricted() bool
HasRestricted returns a boolean if a field has been set.
func (o *AllowedUniverseTasksResp) GetTaskIds() []string
GetTaskIds returns the TaskIds field if non-nil, zero value otherwise.
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.
func (o *AllowedUniverseTasksResp) SetTaskIds(v []string)
SetTaskIds sets TaskIds field to given value.
func (o *AllowedUniverseTasksResp) HasTaskIds() bool
HasTaskIds returns a boolean if a field has been set.