Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.78 KB

CreateOrganizationConfigTemplateRequest.md

File metadata and controls

103 lines (56 loc) · 3.78 KB

CreateOrganizationConfigTemplateRequest

Properties

Name Type Description Notes
Name string The name of the configuration template
TimeZone Pointer to string The timezone of the configuration template. For a list of allowed timezones, please see the 'TZ' column in the table in <a target='_blank' href='https://en.wikipedia.org/wiki/List_of_tz_database_time_zones&#39;&gt;this article</a>. Not applicable if copying from existing network or template [optional]
CopyFromNetworkId Pointer to string The ID of the network or config template to copy configuration from [optional]

Methods

NewCreateOrganizationConfigTemplateRequest

func NewCreateOrganizationConfigTemplateRequest(name string, ) *CreateOrganizationConfigTemplateRequest

NewCreateOrganizationConfigTemplateRequest instantiates a new CreateOrganizationConfigTemplateRequest 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

NewCreateOrganizationConfigTemplateRequestWithDefaults

func NewCreateOrganizationConfigTemplateRequestWithDefaults() *CreateOrganizationConfigTemplateRequest

NewCreateOrganizationConfigTemplateRequestWithDefaults instantiates a new CreateOrganizationConfigTemplateRequest 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

GetName

func (o *CreateOrganizationConfigTemplateRequest) GetName() string

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

GetNameOk

func (o *CreateOrganizationConfigTemplateRequest) 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 *CreateOrganizationConfigTemplateRequest) SetName(v string)

SetName sets Name field to given value.

GetTimeZone

func (o *CreateOrganizationConfigTemplateRequest) GetTimeZone() string

GetTimeZone returns the TimeZone field if non-nil, zero value otherwise.

GetTimeZoneOk

func (o *CreateOrganizationConfigTemplateRequest) GetTimeZoneOk() (*string, bool)

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

SetTimeZone

func (o *CreateOrganizationConfigTemplateRequest) SetTimeZone(v string)

SetTimeZone sets TimeZone field to given value.

HasTimeZone

func (o *CreateOrganizationConfigTemplateRequest) HasTimeZone() bool

HasTimeZone returns a boolean if a field has been set.

GetCopyFromNetworkId

func (o *CreateOrganizationConfigTemplateRequest) GetCopyFromNetworkId() string

GetCopyFromNetworkId returns the CopyFromNetworkId field if non-nil, zero value otherwise.

GetCopyFromNetworkIdOk

func (o *CreateOrganizationConfigTemplateRequest) GetCopyFromNetworkIdOk() (*string, bool)

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

SetCopyFromNetworkId

func (o *CreateOrganizationConfigTemplateRequest) SetCopyFromNetworkId(v string)

SetCopyFromNetworkId sets CopyFromNetworkId field to given value.

HasCopyFromNetworkId

func (o *CreateOrganizationConfigTemplateRequest) HasCopyFromNetworkId() bool

HasCopyFromNetworkId returns a boolean if a field has been set.

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