Name | Type | Description | Notes |
---|---|---|---|
ConnectionId | Pointer to NullableString | [optional] |
func NewCreateTenantConnectionResponse() *CreateTenantConnectionResponse
NewCreateTenantConnectionResponse instantiates a new CreateTenantConnectionResponse 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 NewCreateTenantConnectionResponseWithDefaults() *CreateTenantConnectionResponse
NewCreateTenantConnectionResponseWithDefaults instantiates a new CreateTenantConnectionResponse 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 *CreateTenantConnectionResponse) GetConnectionId() string
GetConnectionId returns the ConnectionId field if non-nil, zero value otherwise.
func (o *CreateTenantConnectionResponse) GetConnectionIdOk() (*string, bool)
GetConnectionIdOk returns a tuple with the ConnectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTenantConnectionResponse) SetConnectionId(v string)
SetConnectionId sets ConnectionId field to given value.
func (o *CreateTenantConnectionResponse) HasConnectionId() bool
HasConnectionId returns a boolean if a field has been set.
func (o *CreateTenantConnectionResponse) SetConnectionIdNil(b bool)
SetConnectionIdNil sets the value for ConnectionId to be an explicit nil
func (o *CreateTenantConnectionResponse) UnsetConnectionId()
UnsetConnectionId ensures that no value is present for ConnectionId, not even an explicit nil