| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | ||
| Contents | string | ||
| Categories | Pointer to []CSSCMSDataModelEnumsScriptCategories | [optional] |
func NewScriptsScriptCreateRequest(name string, contents string, ) *ScriptsScriptCreateRequest
NewScriptsScriptCreateRequest instantiates a new ScriptsScriptCreateRequest 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 NewScriptsScriptCreateRequestWithDefaults() *ScriptsScriptCreateRequest
NewScriptsScriptCreateRequestWithDefaults instantiates a new ScriptsScriptCreateRequest 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 *ScriptsScriptCreateRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ScriptsScriptCreateRequest) 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 *ScriptsScriptCreateRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ScriptsScriptCreateRequest) GetContents() string
GetContents returns the Contents field if non-nil, zero value otherwise.
func (o *ScriptsScriptCreateRequest) GetContentsOk() (*string, bool)
GetContentsOk returns a tuple with the Contents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScriptsScriptCreateRequest) SetContents(v string)
SetContents sets Contents field to given value.
func (o *ScriptsScriptCreateRequest) GetCategories() []CSSCMSDataModelEnumsScriptCategories
GetCategories returns the Categories field if non-nil, zero value otherwise.
func (o *ScriptsScriptCreateRequest) GetCategoriesOk() (*[]CSSCMSDataModelEnumsScriptCategories, bool)
GetCategoriesOk returns a tuple with the Categories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScriptsScriptCreateRequest) SetCategories(v []CSSCMSDataModelEnumsScriptCategories)
SetCategories sets Categories field to given value.
func (o *ScriptsScriptCreateRequest) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (o *ScriptsScriptCreateRequest) SetCategoriesNil(b bool)
SetCategoriesNil sets the value for Categories to be an explicit nil
func (o *ScriptsScriptCreateRequest) UnsetCategories()
UnsetCategories ensures that no value is present for Categories, not even an explicit nil