| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to NullableString | [optional] | |
| Contents | Pointer to NullableString | [optional] | |
| Categories | Pointer to []CSSCMSDataModelEnumsScriptCategories | [optional] |
func NewScriptsScriptResponse() *ScriptsScriptResponse
NewScriptsScriptResponse instantiates a new ScriptsScriptResponse 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 NewScriptsScriptResponseWithDefaults() *ScriptsScriptResponse
NewScriptsScriptResponseWithDefaults instantiates a new ScriptsScriptResponse 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 *ScriptsScriptResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ScriptsScriptResponse) 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.
func (o *ScriptsScriptResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *ScriptsScriptResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ScriptsScriptResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ScriptsScriptResponse) 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 *ScriptsScriptResponse) SetName(v string)
SetName sets Name field to given value.
func (o *ScriptsScriptResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ScriptsScriptResponse) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ScriptsScriptResponse) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ScriptsScriptResponse) GetContents() string
GetContents returns the Contents field if non-nil, zero value otherwise.
func (o *ScriptsScriptResponse) 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 *ScriptsScriptResponse) SetContents(v string)
SetContents sets Contents field to given value.
func (o *ScriptsScriptResponse) HasContents() bool
HasContents returns a boolean if a field has been set.
func (o *ScriptsScriptResponse) SetContentsNil(b bool)
SetContentsNil sets the value for Contents to be an explicit nil
func (o *ScriptsScriptResponse) UnsetContents()
UnsetContents ensures that no value is present for Contents, not even an explicit nil
func (o *ScriptsScriptResponse) GetCategories() []CSSCMSDataModelEnumsScriptCategories
GetCategories returns the Categories field if non-nil, zero value otherwise.
func (o *ScriptsScriptResponse) 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 *ScriptsScriptResponse) SetCategories(v []CSSCMSDataModelEnumsScriptCategories)
SetCategories sets Categories field to given value.
func (o *ScriptsScriptResponse) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (o *ScriptsScriptResponse) SetCategoriesNil(b bool)
SetCategoriesNil sets the value for Categories to be an explicit nil
func (o *ScriptsScriptResponse) UnsetCategories()
UnsetCategories ensures that no value is present for Categories, not even an explicit nil