Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.3 KB

WorkflowSchemaByTypeResponse.md

File metadata and controls

102 lines (57 loc) · 3.3 KB

WorkflowSchemaByTypeResponse

Properties

Name Type Description Notes
ViewSchema Pointer to NullableWorkflowSchema [optional]
DataSchema Pointer to NullableWorkflowSchema [optional]

Methods

NewWorkflowSchemaByTypeResponse

func NewWorkflowSchemaByTypeResponse() *WorkflowSchemaByTypeResponse

NewWorkflowSchemaByTypeResponse instantiates a new WorkflowSchemaByTypeResponse 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

NewWorkflowSchemaByTypeResponseWithDefaults

func NewWorkflowSchemaByTypeResponseWithDefaults() *WorkflowSchemaByTypeResponse

NewWorkflowSchemaByTypeResponseWithDefaults instantiates a new WorkflowSchemaByTypeResponse 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

GetViewSchema

func (o *WorkflowSchemaByTypeResponse) GetViewSchema() WorkflowSchema

GetViewSchema returns the ViewSchema field if non-nil, zero value otherwise.

GetViewSchemaOk

func (o *WorkflowSchemaByTypeResponse) GetViewSchemaOk() (*WorkflowSchema, bool)

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

SetViewSchema

func (o *WorkflowSchemaByTypeResponse) SetViewSchema(v WorkflowSchema)

SetViewSchema sets ViewSchema field to given value.

HasViewSchema

func (o *WorkflowSchemaByTypeResponse) HasViewSchema() bool

HasViewSchema returns a boolean if a field has been set.

SetViewSchemaNil

func (o *WorkflowSchemaByTypeResponse) SetViewSchemaNil(b bool)

SetViewSchemaNil sets the value for ViewSchema to be an explicit nil

UnsetViewSchema

func (o *WorkflowSchemaByTypeResponse) UnsetViewSchema()

UnsetViewSchema ensures that no value is present for ViewSchema, not even an explicit nil

GetDataSchema

func (o *WorkflowSchemaByTypeResponse) GetDataSchema() WorkflowSchema

GetDataSchema returns the DataSchema field if non-nil, zero value otherwise.

GetDataSchemaOk

func (o *WorkflowSchemaByTypeResponse) GetDataSchemaOk() (*WorkflowSchema, bool)

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

SetDataSchema

func (o *WorkflowSchemaByTypeResponse) SetDataSchema(v WorkflowSchema)

SetDataSchema sets DataSchema field to given value.

HasDataSchema

func (o *WorkflowSchemaByTypeResponse) HasDataSchema() bool

HasDataSchema returns a boolean if a field has been set.

SetDataSchemaNil

func (o *WorkflowSchemaByTypeResponse) SetDataSchemaNil(b bool)

SetDataSchemaNil sets the value for DataSchema to be an explicit nil

UnsetDataSchema

func (o *WorkflowSchemaByTypeResponse) UnsetDataSchema()

UnsetDataSchema ensures that no value is present for DataSchema, not even an explicit nil

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