| Name | Type | Description | Notes |
|---|---|---|---|
| InstanceId | string | The id of the SQL instance. | |
| ProjectId | string | The id of the project the instance is in. |
func NewResourceRemoteInfoGcpSqlInstance(instanceId string, projectId string, ) *ResourceRemoteInfoGcpSqlInstance
NewResourceRemoteInfoGcpSqlInstance instantiates a new ResourceRemoteInfoGcpSqlInstance 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 NewResourceRemoteInfoGcpSqlInstanceWithDefaults() *ResourceRemoteInfoGcpSqlInstance
NewResourceRemoteInfoGcpSqlInstanceWithDefaults instantiates a new ResourceRemoteInfoGcpSqlInstance 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 *ResourceRemoteInfoGcpSqlInstance) GetInstanceId() string
GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoGcpSqlInstance) GetInstanceIdOk() (*string, bool)
GetInstanceIdOk returns a tuple with the InstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRemoteInfoGcpSqlInstance) SetInstanceId(v string)
SetInstanceId sets InstanceId field to given value.
func (o *ResourceRemoteInfoGcpSqlInstance) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoGcpSqlInstance) 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 *ResourceRemoteInfoGcpSqlInstance) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.