Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.53 KB

TargetOrgView.md

File metadata and controls

51 lines (28 loc) · 1.53 KB

TargetOrgView

Properties

Name Type Description Notes
LinkToken string Link token that contains all the information required to complete the link.

Methods

NewTargetOrgView

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

NewTargetOrgViewWithDefaults

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

GetLinkToken

func (o *TargetOrgView) GetLinkToken() string

GetLinkToken returns the LinkToken field if non-nil, zero value otherwise.

GetLinkTokenOk

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.

SetLinkToken

func (o *TargetOrgView) SetLinkToken(v string)

SetLinkToken sets LinkToken field to given value.

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