Skip to content

Latest commit

 

History

History
140 lines (75 loc) · 3.83 KB

WorkflowCategoryCreate.md

File metadata and controls

140 lines (75 loc) · 3.83 KB

WorkflowCategoryCreate

Properties

Name Type Description Notes
Name string
Title string
Description string
SchemaId string
UniqueName Pointer to string [optional]

Methods

NewWorkflowCategoryCreate

func NewWorkflowCategoryCreate(name string, title string, description string, schemaId string, ) *WorkflowCategoryCreate

NewWorkflowCategoryCreate instantiates a new WorkflowCategoryCreate 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

NewWorkflowCategoryCreateWithDefaults

func NewWorkflowCategoryCreateWithDefaults() *WorkflowCategoryCreate

NewWorkflowCategoryCreateWithDefaults instantiates a new WorkflowCategoryCreate 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

GetName

func (o *WorkflowCategoryCreate) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetTitle

func (o *WorkflowCategoryCreate) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *WorkflowCategoryCreate) GetTitleOk() (*string, bool)

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

SetTitle

func (o *WorkflowCategoryCreate) SetTitle(v string)

SetTitle sets Title field to given value.

GetDescription

func (o *WorkflowCategoryCreate) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *WorkflowCategoryCreate) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *WorkflowCategoryCreate) SetDescription(v string)

SetDescription sets Description field to given value.

GetSchemaId

func (o *WorkflowCategoryCreate) GetSchemaId() string

GetSchemaId returns the SchemaId field if non-nil, zero value otherwise.

GetSchemaIdOk

func (o *WorkflowCategoryCreate) GetSchemaIdOk() (*string, bool)

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

SetSchemaId

func (o *WorkflowCategoryCreate) SetSchemaId(v string)

SetSchemaId sets SchemaId field to given value.

GetUniqueName

func (o *WorkflowCategoryCreate) GetUniqueName() string

GetUniqueName returns the UniqueName field if non-nil, zero value otherwise.

GetUniqueNameOk

func (o *WorkflowCategoryCreate) GetUniqueNameOk() (*string, bool)

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

SetUniqueName

func (o *WorkflowCategoryCreate) SetUniqueName(v string)

SetUniqueName sets UniqueName field to given value.

HasUniqueName

func (o *WorkflowCategoryCreate) HasUniqueName() bool

HasUniqueName returns a boolean if a field has been set.

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