Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | Unique ID for this entity. | |
Name | Pointer to string | Name of the outgoing integration. | |
Description | Pointer to string | Description of the outgoing integration. | [optional] |
Category | Pointer to string | Category of the outgoing integration. | [optional] |
DocumentationLink | Pointer to string | Http link to the outgoing integration's documentation. | [optional] |
func (o *OutgoingIntegrationType) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationType) GetIdOk() (int32, 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 *OutgoingIntegrationType) HasId() bool
HasId returns a boolean if a field has been set.
func (o *OutgoingIntegrationType) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *OutgoingIntegrationType) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationType) 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 *OutgoingIntegrationType) HasName() bool
HasName returns a boolean if a field has been set.
func (o *OutgoingIntegrationType) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *OutgoingIntegrationType) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationType) GetDescriptionOk() (string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutgoingIntegrationType) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *OutgoingIntegrationType) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (o *OutgoingIntegrationType) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationType) GetCategoryOk() (string, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutgoingIntegrationType) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *OutgoingIntegrationType) SetCategory(v string)
SetCategory gets a reference to the given string and assigns it to the Category field.
func (o *OutgoingIntegrationType) GetDocumentationLink() string
GetDocumentationLink returns the DocumentationLink field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationType) GetDocumentationLinkOk() (string, bool)
GetDocumentationLinkOk returns a tuple with the DocumentationLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutgoingIntegrationType) HasDocumentationLink() bool
HasDocumentationLink returns a boolean if a field has been set.
func (o *OutgoingIntegrationType) SetDocumentationLink(v string)
SetDocumentationLink gets a reference to the given string and assigns it to the DocumentationLink field.