Skip to content

Latest commit

 

History

History
305 lines (166 loc) · 7.83 KB

TemplateCreate.md

File metadata and controls

305 lines (166 loc) · 7.83 KB

TemplateCreate

Properties

Name Type Description Notes
ExternalId Pointer to NullableString [optional]
Name string
Description Pointer to string [optional]
ServiceType string
Type string
Subtype Pointer to NullableString [optional]
Configuration Pointer to string [optional]
Attributes Pointer to map[string]string [optional]
Tags Pointer to []string [optional]
Notes Pointer to NullableString [optional]

Methods

NewTemplateCreate

func NewTemplateCreate(name string, serviceType string, type_ string, ) *TemplateCreate

NewTemplateCreate instantiates a new TemplateCreate 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

NewTemplateCreateWithDefaults

func NewTemplateCreateWithDefaults() *TemplateCreate

NewTemplateCreateWithDefaults instantiates a new TemplateCreate 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

GetExternalId

func (o *TemplateCreate) GetExternalId() string

GetExternalId returns the ExternalId field if non-nil, zero value otherwise.

GetExternalIdOk

func (o *TemplateCreate) GetExternalIdOk() (*string, bool)

GetExternalIdOk returns a tuple with the ExternalId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExternalId

func (o *TemplateCreate) SetExternalId(v string)

SetExternalId sets ExternalId field to given value.

HasExternalId

func (o *TemplateCreate) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

SetExternalIdNil

func (o *TemplateCreate) SetExternalIdNil(b bool)

SetExternalIdNil sets the value for ExternalId to be an explicit nil

UnsetExternalId

func (o *TemplateCreate) UnsetExternalId()

UnsetExternalId ensures that no value is present for ExternalId, not even an explicit nil

GetName

func (o *TemplateCreate) GetName() string

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

GetNameOk

func (o *TemplateCreate) 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.

SetName

func (o *TemplateCreate) SetName(v string)

SetName sets Name field to given value.

GetDescription

func (o *TemplateCreate) GetDescription() string

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

GetDescriptionOk

func (o *TemplateCreate) 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.

SetDescription

func (o *TemplateCreate) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *TemplateCreate) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetServiceType

func (o *TemplateCreate) GetServiceType() string

GetServiceType returns the ServiceType field if non-nil, zero value otherwise.

GetServiceTypeOk

func (o *TemplateCreate) GetServiceTypeOk() (*string, bool)

GetServiceTypeOk returns a tuple with the ServiceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceType

func (o *TemplateCreate) SetServiceType(v string)

SetServiceType sets ServiceType field to given value.

GetType

func (o *TemplateCreate) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *TemplateCreate) 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.

SetType

func (o *TemplateCreate) SetType(v string)

SetType sets Type field to given value.

GetSubtype

func (o *TemplateCreate) GetSubtype() string

GetSubtype returns the Subtype field if non-nil, zero value otherwise.

GetSubtypeOk

func (o *TemplateCreate) GetSubtypeOk() (*string, bool)

GetSubtypeOk returns a tuple with the Subtype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSubtype

func (o *TemplateCreate) SetSubtype(v string)

SetSubtype sets Subtype field to given value.

HasSubtype

func (o *TemplateCreate) HasSubtype() bool

HasSubtype returns a boolean if a field has been set.

SetSubtypeNil

func (o *TemplateCreate) SetSubtypeNil(b bool)

SetSubtypeNil sets the value for Subtype to be an explicit nil

UnsetSubtype

func (o *TemplateCreate) UnsetSubtype()

UnsetSubtype ensures that no value is present for Subtype, not even an explicit nil

GetConfiguration

func (o *TemplateCreate) GetConfiguration() string

GetConfiguration returns the Configuration field if non-nil, zero value otherwise.

GetConfigurationOk

func (o *TemplateCreate) GetConfigurationOk() (*string, bool)

GetConfigurationOk returns a tuple with the Configuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConfiguration

func (o *TemplateCreate) SetConfiguration(v string)

SetConfiguration sets Configuration field to given value.

HasConfiguration

func (o *TemplateCreate) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

GetAttributes

func (o *TemplateCreate) GetAttributes() map[string]string

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *TemplateCreate) GetAttributesOk() (*map[string]string, bool)

GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAttributes

func (o *TemplateCreate) SetAttributes(v map[string]string)

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *TemplateCreate) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

GetTags

func (o *TemplateCreate) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *TemplateCreate) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTags

func (o *TemplateCreate) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *TemplateCreate) HasTags() bool

HasTags returns a boolean if a field has been set.

GetNotes

func (o *TemplateCreate) GetNotes() string

GetNotes returns the Notes field if non-nil, zero value otherwise.

GetNotesOk

func (o *TemplateCreate) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNotes

func (o *TemplateCreate) SetNotes(v string)

SetNotes sets Notes field to given value.

HasNotes

func (o *TemplateCreate) HasNotes() bool

HasNotes returns a boolean if a field has been set.

SetNotesNil

func (o *TemplateCreate) SetNotesNil(b bool)

SetNotesNil sets the value for Notes to be an explicit nil

UnsetNotes

func (o *TemplateCreate) UnsetNotes()

UnsetNotes ensures that no value is present for Notes, not even an explicit nil

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