| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | Project name | [optional] |
| MachineName | Pointer to string | Project machine name | [optional] |
| Region | Pointer to string | Project region | [optional] |
| AllowQueryParams | Pointer to bool | Allow query parameters | [optional] |
| DisableRevisions | Pointer to bool | Disable revisions | [optional] |
| BasicAuthUsername | Pointer to string | Basic auth username | [optional] |
| BasicAuthPassword | Pointer to string | Basic auth password | [optional] |
| BasicAuthPreviewOnly | Pointer to bool | Apply basic auth to preview domain only | [optional] [default to false] |
func NewV2ProjectRequest() *V2ProjectRequest
NewV2ProjectRequest instantiates a new V2ProjectRequest 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 NewV2ProjectRequestWithDefaults() *V2ProjectRequest
NewV2ProjectRequestWithDefaults instantiates a new V2ProjectRequest 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 *V2ProjectRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V2ProjectRequest) 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 *V2ProjectRequest) SetName(v string)
SetName sets Name field to given value.
func (o *V2ProjectRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *V2ProjectRequest) GetMachineName() string
GetMachineName returns the MachineName field if non-nil, zero value otherwise.
func (o *V2ProjectRequest) 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 *V2ProjectRequest) SetMachineName(v string)
SetMachineName sets MachineName field to given value.
func (o *V2ProjectRequest) HasMachineName() bool
HasMachineName returns a boolean if a field has been set.
func (o *V2ProjectRequest) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *V2ProjectRequest) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ProjectRequest) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *V2ProjectRequest) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *V2ProjectRequest) GetAllowQueryParams() bool
GetAllowQueryParams returns the AllowQueryParams field if non-nil, zero value otherwise.
func (o *V2ProjectRequest) GetAllowQueryParamsOk() (*bool, bool)
GetAllowQueryParamsOk returns a tuple with the AllowQueryParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ProjectRequest) SetAllowQueryParams(v bool)
SetAllowQueryParams sets AllowQueryParams field to given value.
func (o *V2ProjectRequest) HasAllowQueryParams() bool
HasAllowQueryParams returns a boolean if a field has been set.
func (o *V2ProjectRequest) GetDisableRevisions() bool
GetDisableRevisions returns the DisableRevisions field if non-nil, zero value otherwise.
func (o *V2ProjectRequest) GetDisableRevisionsOk() (*bool, bool)
GetDisableRevisionsOk returns a tuple with the DisableRevisions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ProjectRequest) SetDisableRevisions(v bool)
SetDisableRevisions sets DisableRevisions field to given value.
func (o *V2ProjectRequest) HasDisableRevisions() bool
HasDisableRevisions returns a boolean if a field has been set.
func (o *V2ProjectRequest) GetBasicAuthUsername() string
GetBasicAuthUsername returns the BasicAuthUsername field if non-nil, zero value otherwise.
func (o *V2ProjectRequest) GetBasicAuthUsernameOk() (*string, bool)
GetBasicAuthUsernameOk returns a tuple with the BasicAuthUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ProjectRequest) SetBasicAuthUsername(v string)
SetBasicAuthUsername sets BasicAuthUsername field to given value.
func (o *V2ProjectRequest) HasBasicAuthUsername() bool
HasBasicAuthUsername returns a boolean if a field has been set.
func (o *V2ProjectRequest) GetBasicAuthPassword() string
GetBasicAuthPassword returns the BasicAuthPassword field if non-nil, zero value otherwise.
func (o *V2ProjectRequest) GetBasicAuthPasswordOk() (*string, bool)
GetBasicAuthPasswordOk returns a tuple with the BasicAuthPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ProjectRequest) SetBasicAuthPassword(v string)
SetBasicAuthPassword sets BasicAuthPassword field to given value.
func (o *V2ProjectRequest) HasBasicAuthPassword() bool
HasBasicAuthPassword returns a boolean if a field has been set.
func (o *V2ProjectRequest) GetBasicAuthPreviewOnly() bool
GetBasicAuthPreviewOnly returns the BasicAuthPreviewOnly field if non-nil, zero value otherwise.
func (o *V2ProjectRequest) GetBasicAuthPreviewOnlyOk() (*bool, bool)
GetBasicAuthPreviewOnlyOk returns a tuple with the BasicAuthPreviewOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ProjectRequest) SetBasicAuthPreviewOnly(v bool)
SetBasicAuthPreviewOnly sets BasicAuthPreviewOnly field to given value.
func (o *V2ProjectRequest) HasBasicAuthPreviewOnly() bool
HasBasicAuthPreviewOnly returns a boolean if a field has been set.