Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/WorkflowBodyOwner.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-workflow-body-owner WorkflowBodyOwner WorkflowBodyOwner WorkflowBodyOwner gosdk
go
Golang
sdk
WorkflowBodyOwner
BetaWorkflowBodyOwner
/tools/sdk/go/beta/models/workflow-body-owner
SDK
Software Development Kit
WorkflowBodyOwner
BetaWorkflowBodyOwner

WorkflowBodyOwner

Properties

Name Type Description Notes
Type Pointer to string The type of object that is referenced [optional]
Id Pointer to string The unique ID of the object [optional]
Name Pointer to string The name of the object [optional]

Methods

NewWorkflowBodyOwner

func NewWorkflowBodyOwner() *WorkflowBodyOwner

NewWorkflowBodyOwner instantiates a new WorkflowBodyOwner 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

NewWorkflowBodyOwnerWithDefaults

func NewWorkflowBodyOwnerWithDefaults() *WorkflowBodyOwner

NewWorkflowBodyOwnerWithDefaults instantiates a new WorkflowBodyOwner 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 *WorkflowBodyOwner) GetType() string

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

GetTypeOk

func (o *WorkflowBodyOwner) 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 *WorkflowBodyOwner) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *WorkflowBodyOwner) HasType() bool

HasType returns a boolean if a field has been set.

GetId

func (o *WorkflowBodyOwner) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *WorkflowBodyOwner) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *WorkflowBodyOwner) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *WorkflowBodyOwner) HasName() bool

HasName returns a boolean if a field has been set.