Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2 KB

SetLifecycleState200Response.md

File metadata and controls

56 lines (31 loc) · 2 KB

SetLifecycleState200Response

Properties

Name Type Description Notes
AccountActivityId Pointer to string The ID of the IdentityRequest object that was generated when the workflow launches [optional]

Methods

NewSetLifecycleState200Response

func NewSetLifecycleState200Response() *SetLifecycleState200Response

NewSetLifecycleState200Response instantiates a new SetLifecycleState200Response 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

NewSetLifecycleState200ResponseWithDefaults

func NewSetLifecycleState200ResponseWithDefaults() *SetLifecycleState200Response

NewSetLifecycleState200ResponseWithDefaults instantiates a new SetLifecycleState200Response 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

GetAccountActivityId

func (o *SetLifecycleState200Response) GetAccountActivityId() string

GetAccountActivityId returns the AccountActivityId field if non-nil, zero value otherwise.

GetAccountActivityIdOk

func (o *SetLifecycleState200Response) GetAccountActivityIdOk() (*string, bool)

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

SetAccountActivityId

func (o *SetLifecycleState200Response) SetAccountActivityId(v string)

SetAccountActivityId sets AccountActivityId field to given value.

HasAccountActivityId

func (o *SetLifecycleState200Response) HasAccountActivityId() bool

HasAccountActivityId returns a boolean if a field has been set.

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