| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| Alert | Pointer to bool | [optional] | |
| MaxParallelTasks | Pointer to int32 | [optional] | |
| Demo | Pointer to bool | Create Demo project resources? | [optional] |
| Id | Pointer to int32 | [optional] |
func NewProjectProjectIdPutRequest() *ProjectProjectIdPutRequest
NewProjectProjectIdPutRequest instantiates a new ProjectProjectIdPutRequest 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 NewProjectProjectIdPutRequestWithDefaults() *ProjectProjectIdPutRequest
NewProjectProjectIdPutRequestWithDefaults instantiates a new ProjectProjectIdPutRequest 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 *ProjectProjectIdPutRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProjectProjectIdPutRequest) 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 *ProjectProjectIdPutRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ProjectProjectIdPutRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ProjectProjectIdPutRequest) GetAlert() bool
GetAlert returns the Alert field if non-nil, zero value otherwise.
func (o *ProjectProjectIdPutRequest) GetAlertOk() (*bool, bool)
GetAlertOk returns a tuple with the Alert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectProjectIdPutRequest) SetAlert(v bool)
SetAlert sets Alert field to given value.
func (o *ProjectProjectIdPutRequest) HasAlert() bool
HasAlert returns a boolean if a field has been set.
func (o *ProjectProjectIdPutRequest) GetMaxParallelTasks() int32
GetMaxParallelTasks returns the MaxParallelTasks field if non-nil, zero value otherwise.
func (o *ProjectProjectIdPutRequest) GetMaxParallelTasksOk() (*int32, bool)
GetMaxParallelTasksOk returns a tuple with the MaxParallelTasks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectProjectIdPutRequest) SetMaxParallelTasks(v int32)
SetMaxParallelTasks sets MaxParallelTasks field to given value.
func (o *ProjectProjectIdPutRequest) HasMaxParallelTasks() bool
HasMaxParallelTasks returns a boolean if a field has been set.
func (o *ProjectProjectIdPutRequest) GetDemo() bool
GetDemo returns the Demo field if non-nil, zero value otherwise.
func (o *ProjectProjectIdPutRequest) GetDemoOk() (*bool, bool)
GetDemoOk returns a tuple with the Demo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectProjectIdPutRequest) SetDemo(v bool)
SetDemo sets Demo field to given value.
func (o *ProjectProjectIdPutRequest) HasDemo() bool
HasDemo returns a boolean if a field has been set.
func (o *ProjectProjectIdPutRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ProjectProjectIdPutRequest) 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 *ProjectProjectIdPutRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *ProjectProjectIdPutRequest) HasId() bool
HasId returns a boolean if a field has been set.