Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.22 KB

CreateTenantConnectionResponse.md

File metadata and controls

66 lines (37 loc) · 2.22 KB

CreateTenantConnectionResponse

Properties

Name Type Description Notes
ConnectionId Pointer to NullableString [optional]

Methods

NewCreateTenantConnectionResponse

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

NewCreateTenantConnectionResponseWithDefaults

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

GetConnectionId

func (o *CreateTenantConnectionResponse) GetConnectionId() string

GetConnectionId returns the ConnectionId field if non-nil, zero value otherwise.

GetConnectionIdOk

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.

SetConnectionId

func (o *CreateTenantConnectionResponse) SetConnectionId(v string)

SetConnectionId sets ConnectionId field to given value.

HasConnectionId

func (o *CreateTenantConnectionResponse) HasConnectionId() bool

HasConnectionId returns a boolean if a field has been set.

SetConnectionIdNil

func (o *CreateTenantConnectionResponse) SetConnectionIdNil(b bool)

SetConnectionIdNil sets the value for ConnectionId to be an explicit nil

UnsetConnectionId

func (o *CreateTenantConnectionResponse) UnsetConnectionId()

UnsetConnectionId ensures that no value is present for ConnectionId, not even an explicit nil

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