Name | Type | Description | Notes |
---|---|---|---|
LinkToken | string | Link token that contains all the information required to complete the link. |
func NewTargetOrgView(linkToken string, ) *TargetOrgView
NewTargetOrgView instantiates a new TargetOrgView 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
func NewTargetOrgViewWithDefaults() *TargetOrgView
NewTargetOrgViewWithDefaults instantiates a new TargetOrgView 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
func (o *TargetOrgView) GetLinkToken() string
GetLinkToken returns the LinkToken field if non-nil, zero value otherwise.
func (o *TargetOrgView) GetLinkTokenOk() (*string, bool)
GetLinkTokenOk returns a tuple with the LinkToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetOrgView) SetLinkToken(v string)
SetLinkToken sets LinkToken field to given value.