| Name | Type | Description | Notes |
|---|---|---|---|
| ProjectId | int32 | Target project ID to link to |
func NewKVLinkToProjectRequest(projectId int32, ) *KVLinkToProjectRequest
NewKVLinkToProjectRequest instantiates a new KVLinkToProjectRequest 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 NewKVLinkToProjectRequestWithDefaults() *KVLinkToProjectRequest
NewKVLinkToProjectRequestWithDefaults instantiates a new KVLinkToProjectRequest 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 *KVLinkToProjectRequest) GetProjectId() int32
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *KVLinkToProjectRequest) GetProjectIdOk() (*int32, 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 *KVLinkToProjectRequest) SetProjectId(v int32)
SetProjectId sets ProjectId field to given value.