mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
starting point for go docs
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
---
|
||||
id: test-workflow200-response
|
||||
title: TestWorkflow200Response
|
||||
pagination_label: TestWorkflow200Response
|
||||
sidebar_label: TestWorkflow200Response
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'TestWorkflow200Response', 'TestWorkflow200Response']
|
||||
slug: /tools/sdk/go/v3/models/test-workflow200-response
|
||||
tags: ['SDK', 'Software Development Kit', 'TestWorkflow200Response', 'TestWorkflow200Response']
|
||||
---
|
||||
|
||||
# TestWorkflow200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**WorkflowExecutionId** | Pointer to **string** | The workflow execution id | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewTestWorkflow200Response
|
||||
|
||||
`func NewTestWorkflow200Response() *TestWorkflow200Response`
|
||||
|
||||
NewTestWorkflow200Response instantiates a new TestWorkflow200Response 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
|
||||
|
||||
### NewTestWorkflow200ResponseWithDefaults
|
||||
|
||||
`func NewTestWorkflow200ResponseWithDefaults() *TestWorkflow200Response`
|
||||
|
||||
NewTestWorkflow200ResponseWithDefaults instantiates a new TestWorkflow200Response 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
|
||||
|
||||
### GetWorkflowExecutionId
|
||||
|
||||
`func (o *TestWorkflow200Response) GetWorkflowExecutionId() string`
|
||||
|
||||
GetWorkflowExecutionId returns the WorkflowExecutionId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWorkflowExecutionIdOk
|
||||
|
||||
`func (o *TestWorkflow200Response) GetWorkflowExecutionIdOk() (*string, bool)`
|
||||
|
||||
GetWorkflowExecutionIdOk returns a tuple with the WorkflowExecutionId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetWorkflowExecutionId
|
||||
|
||||
`func (o *TestWorkflow200Response) SetWorkflowExecutionId(v string)`
|
||||
|
||||
SetWorkflowExecutionId sets WorkflowExecutionId field to given value.
|
||||
|
||||
### HasWorkflowExecutionId
|
||||
|
||||
`func (o *TestWorkflow200Response) HasWorkflowExecutionId() bool`
|
||||
|
||||
HasWorkflowExecutionId returns a boolean if a field has been set.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user