Files
openapi-go-answer/docs/SchemaConnectorUserInfoResp.md
2023-08-22 10:37:28 +08:00

4.3 KiB

SchemaConnectorUserInfoResp

Properties

Name Type Description Notes
Binding Pointer to bool [optional]
ExternalId Pointer to string [optional]
Icon Pointer to string [optional]
Link Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewSchemaConnectorUserInfoResp

func NewSchemaConnectorUserInfoResp() *SchemaConnectorUserInfoResp

NewSchemaConnectorUserInfoResp instantiates a new SchemaConnectorUserInfoResp 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

NewSchemaConnectorUserInfoRespWithDefaults

func NewSchemaConnectorUserInfoRespWithDefaults() *SchemaConnectorUserInfoResp

NewSchemaConnectorUserInfoRespWithDefaults instantiates a new SchemaConnectorUserInfoResp 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

GetBinding

func (o *SchemaConnectorUserInfoResp) GetBinding() bool

GetBinding returns the Binding field if non-nil, zero value otherwise.

GetBindingOk

func (o *SchemaConnectorUserInfoResp) GetBindingOk() (*bool, bool)

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

SetBinding

func (o *SchemaConnectorUserInfoResp) SetBinding(v bool)

SetBinding sets Binding field to given value.

HasBinding

func (o *SchemaConnectorUserInfoResp) HasBinding() bool

HasBinding returns a boolean if a field has been set.

GetExternalId

func (o *SchemaConnectorUserInfoResp) GetExternalId() string

GetExternalId returns the ExternalId field if non-nil, zero value otherwise.

GetExternalIdOk

func (o *SchemaConnectorUserInfoResp) GetExternalIdOk() (*string, bool)

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

SetExternalId

func (o *SchemaConnectorUserInfoResp) SetExternalId(v string)

SetExternalId sets ExternalId field to given value.

HasExternalId

func (o *SchemaConnectorUserInfoResp) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

GetIcon

func (o *SchemaConnectorUserInfoResp) GetIcon() string

GetIcon returns the Icon field if non-nil, zero value otherwise.

GetIconOk

func (o *SchemaConnectorUserInfoResp) GetIconOk() (*string, bool)

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

SetIcon

func (o *SchemaConnectorUserInfoResp) SetIcon(v string)

SetIcon sets Icon field to given value.

HasIcon

func (o *SchemaConnectorUserInfoResp) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (o *SchemaConnectorUserInfoResp) GetLink() string

GetLink returns the Link field if non-nil, zero value otherwise.

GetLinkOk

func (o *SchemaConnectorUserInfoResp) GetLinkOk() (*string, bool)

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

func (o *SchemaConnectorUserInfoResp) SetLink(v string)

SetLink sets Link field to given value.

func (o *SchemaConnectorUserInfoResp) HasLink() bool

HasLink returns a boolean if a field has been set.

GetName

func (o *SchemaConnectorUserInfoResp) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SchemaConnectorUserInfoResp) GetNameOk() (*string, bool)

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

SetName

func (o *SchemaConnectorUserInfoResp) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SchemaConnectorUserInfoResp) HasName() bool

HasName returns a boolean if a field has been set.

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