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] |
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
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
func (o *ResourceConnect) GetExample() string
GetExample returns the Example field if non-nil, zero value otherwise.
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.
func (o *ResourceConnect) SetExample(v string)
SetExample sets Example field to given value.
func (o *ResourceConnect) HasExample() bool
HasExample returns a boolean if a field has been set.
func (o *ResourceConnect) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
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.
func (o *ResourceConnect) SetHost(v string)
SetHost sets Host field to given value.
func (o *ResourceConnect) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *ResourceConnect) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ResourceConnect) SetId(v string)
SetId sets Id field to given value.
func (o *ResourceConnect) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResourceConnect) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ResourceConnect) SetName(v string)
SetName sets Name field to given value.
func (o *ResourceConnect) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResourceConnect) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *ResourceConnect) SetType(v string)
SetType sets Type field to given value.
func (o *ResourceConnect) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ResourceConnect) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *ResourceConnect) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ResourceConnect) HasUsername() bool
HasUsername returns a boolean if a field has been set.