Skip to content

Latest commit

 

History

History
143 lines (76 loc) · 4.05 KB

OutgoingIntegrationType.md

File metadata and controls

143 lines (76 loc) · 4.05 KB

OutgoingIntegrationType

Properties

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]

Methods

GetId

func (o *OutgoingIntegrationType) GetId() int32

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

GetIdOk

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.

HasId

func (o *OutgoingIntegrationType) HasId() bool

HasId returns a boolean if a field has been set.

SetId

func (o *OutgoingIntegrationType) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

GetName

func (o *OutgoingIntegrationType) GetName() string

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

GetNameOk

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.

HasName

func (o *OutgoingIntegrationType) HasName() bool

HasName returns a boolean if a field has been set.

SetName

func (o *OutgoingIntegrationType) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

GetDescription

func (o *OutgoingIntegrationType) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

HasDescription

func (o *OutgoingIntegrationType) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescription

func (o *OutgoingIntegrationType) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

GetCategory

func (o *OutgoingIntegrationType) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

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.

HasCategory

func (o *OutgoingIntegrationType) HasCategory() bool

HasCategory returns a boolean if a field has been set.

SetCategory

func (o *OutgoingIntegrationType) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

GetDocumentationLink

func (o *OutgoingIntegrationType) GetDocumentationLink() string

GetDocumentationLink returns the DocumentationLink field if non-nil, zero value otherwise.

GetDocumentationLinkOk

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.

HasDocumentationLink

func (o *OutgoingIntegrationType) HasDocumentationLink() bool

HasDocumentationLink returns a boolean if a field has been set.

SetDocumentationLink

func (o *OutgoingIntegrationType) SetDocumentationLink(v string)

SetDocumentationLink gets a reference to the given string and assigns it to the DocumentationLink field.

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