Skip to content

Files

Latest commit

 

History

History
186 lines (101 loc) · 4.5 KB

ResourceConnect.md

File metadata and controls

186 lines (101 loc) · 4.5 KB

ResourceConnect

Properties

Name Type Description Notes
Example Pointer to string [optional]
Host Pointer to string [optional]
Id Pointer to string [optional]
Name Pointer to string [optional]
Type Pointer to string [optional]
Username Pointer to string [optional]

Methods

NewResourceConnect

func NewResourceConnect() *ResourceConnect

NewResourceConnect instantiates a new ResourceConnect 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

NewResourceConnectWithDefaults

func NewResourceConnectWithDefaults() *ResourceConnect

NewResourceConnectWithDefaults instantiates a new ResourceConnect 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

GetExample

func (o *ResourceConnect) GetExample() string

GetExample returns the Example field if non-nil, zero value otherwise.

GetExampleOk

func (o *ResourceConnect) GetExampleOk() (*string, bool)

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

SetExample

func (o *ResourceConnect) SetExample(v string)

SetExample sets Example field to given value.

HasExample

func (o *ResourceConnect) HasExample() bool

HasExample returns a boolean if a field has been set.

GetHost

func (o *ResourceConnect) GetHost() string

GetHost returns the Host field if non-nil, zero value otherwise.

GetHostOk

func (o *ResourceConnect) GetHostOk() (*string, bool)

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

SetHost

func (o *ResourceConnect) SetHost(v string)

SetHost sets Host field to given value.

HasHost

func (o *ResourceConnect) HasHost() bool

HasHost returns a boolean if a field has been set.

GetId

func (o *ResourceConnect) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ResourceConnect) GetIdOk() (*string, bool)

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

SetId

func (o *ResourceConnect) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ResourceConnect) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ResourceConnect) GetName() string

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

GetNameOk

func (o *ResourceConnect) 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 *ResourceConnect) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ResourceConnect) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *ResourceConnect) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ResourceConnect) GetTypeOk() (*string, bool)

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

SetType

func (o *ResourceConnect) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ResourceConnect) HasType() bool

HasType returns a boolean if a field has been set.

GetUsername

func (o *ResourceConnect) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *ResourceConnect) GetUsernameOk() (*string, bool)

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

SetUsername

func (o *ResourceConnect) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *ResourceConnect) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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