| Name | Type | Description | Notes |
|---|---|---|---|
| ServiceId | Pointer to string | [optional] | |
| ProjectId | Pointer to string | [optional] |
func NewCloudBindProjectRequest() *CloudBindProjectRequest
NewCloudBindProjectRequest instantiates a new CloudBindProjectRequest 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 NewCloudBindProjectRequestWithDefaults() *CloudBindProjectRequest
NewCloudBindProjectRequestWithDefaults instantiates a new CloudBindProjectRequest 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 *CloudBindProjectRequest) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *CloudBindProjectRequest) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudBindProjectRequest) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *CloudBindProjectRequest) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (o *CloudBindProjectRequest) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *CloudBindProjectRequest) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudBindProjectRequest) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *CloudBindProjectRequest) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.