| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int32 | Project ID | |
| Uuid | string | Project UUID | |
| Name | string | Project name | |
| MachineName | string | Project machine name | |
| WriteToken | Pointer to string | Write token for API access | [optional] |
func NewV2Project(id int32, uuid string, name string, machineName string, ) *V2Project
NewV2Project instantiates a new V2Project 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 NewV2ProjectWithDefaults() *V2Project
NewV2ProjectWithDefaults instantiates a new V2Project 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 *V2Project) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *V2Project) 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 *V2Project) SetId(v int32)
SetId sets Id field to given value.
func (o *V2Project) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *V2Project) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2Project) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *V2Project) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V2Project) 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 *V2Project) SetName(v string)
SetName sets Name field to given value.
func (o *V2Project) GetMachineName() string
GetMachineName returns the MachineName field if non-nil, zero value otherwise.
func (o *V2Project) GetMachineNameOk() (*string, bool)
GetMachineNameOk returns a tuple with the MachineName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2Project) SetMachineName(v string)
SetMachineName sets MachineName field to given value.
func (o *V2Project) GetWriteToken() string
GetWriteToken returns the WriteToken field if non-nil, zero value otherwise.
func (o *V2Project) GetWriteTokenOk() (*string, bool)
GetWriteTokenOk returns a tuple with the WriteToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2Project) SetWriteToken(v string)
SetWriteToken sets WriteToken field to given value.
func (o *V2Project) HasWriteToken() bool
HasWriteToken returns a boolean if a field has been set.