Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/TaskResultResponse.md
2025-03-31 14:49:46 -04:00

3.0 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-task-result-response TaskResultResponse TaskResultResponse TaskResultResponse gosdk
go
Golang
sdk
TaskResultResponse
BetaTaskResultResponse
/tools/sdk/go/beta/models/task-result-response
SDK
Software Development Kit
TaskResultResponse
BetaTaskResultResponse

TaskResultResponse

Properties

Name Type Description Notes
Type Pointer to string the type of response reference [optional]
Id Pointer to string the task ID [optional]
Name Pointer to string the task name (not used in this endpoint, always null) [optional]

Methods

NewTaskResultResponse

func NewTaskResultResponse() *TaskResultResponse

NewTaskResultResponse instantiates a new TaskResultResponse 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

NewTaskResultResponseWithDefaults

func NewTaskResultResponseWithDefaults() *TaskResultResponse

NewTaskResultResponseWithDefaults instantiates a new TaskResultResponse 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

GetType

func (o *TaskResultResponse) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *TaskResultResponse) GetTypeOk() (*string, bool)

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

SetType

func (o *TaskResultResponse) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *TaskResultResponse) HasType() bool

HasType returns a boolean if a field has been set.

GetId

func (o *TaskResultResponse) GetId() string

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

GetIdOk

func (o *TaskResultResponse) 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 *TaskResultResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *TaskResultResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *TaskResultResponse) GetName() string

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

GetNameOk

func (o *TaskResultResponse) 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 *TaskResultResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *TaskResultResponse) HasName() bool

HasName returns a boolean if a field has been set.