Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | This is the name of the type. | [optional] |
Type | string | This is the type value for the type. | |
ScriptName | string | This is the scriptName attribute value for the type. |
func NewServiceDeskIntegrationTemplateType(type_ string, scriptName string, ) *ServiceDeskIntegrationTemplateType
NewServiceDeskIntegrationTemplateType instantiates a new ServiceDeskIntegrationTemplateType 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 NewServiceDeskIntegrationTemplateTypeWithDefaults() *ServiceDeskIntegrationTemplateType
NewServiceDeskIntegrationTemplateTypeWithDefaults instantiates a new ServiceDeskIntegrationTemplateType 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 *ServiceDeskIntegrationTemplateType) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ServiceDeskIntegrationTemplateType) 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 *ServiceDeskIntegrationTemplateType) SetName(v string)
SetName sets Name field to given value.
func (o *ServiceDeskIntegrationTemplateType) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ServiceDeskIntegrationTemplateType) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ServiceDeskIntegrationTemplateType) 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 *ServiceDeskIntegrationTemplateType) SetType(v string)
SetType sets Type field to given value.
func (o *ServiceDeskIntegrationTemplateType) GetScriptName() string
GetScriptName returns the ScriptName field if non-nil, zero value otherwise.
func (o *ServiceDeskIntegrationTemplateType) GetScriptNameOk() (*string, bool)
GetScriptNameOk returns a tuple with the ScriptName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceDeskIntegrationTemplateType) SetScriptName(v string)
SetScriptName sets ScriptName field to given value.