Skip to main content

SetLifecycleState200Response

Properties

NameTypeDescriptionNotes
AccountActivityIdPointer to stringID of the IdentityRequest object that is generated when the workflow launches. To follow the IdentityRequest, you can provide this ID with a Get Account Activity request. The response will contain relevant information about the IdentityRequest, such as its status.[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.