| Name | Type | Description | Notes |
|---|---|---|---|
| string | The email of the service account. | ||
| ServiceAccountId | string | The id of the service account. | |
| ProjectId | string | The id of the project the service account is in. |
func NewResourceRemoteInfoGcpServiceAccount(email string, serviceAccountId string, projectId string, ) *ResourceRemoteInfoGcpServiceAccount
NewResourceRemoteInfoGcpServiceAccount instantiates a new ResourceRemoteInfoGcpServiceAccount 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 NewResourceRemoteInfoGcpServiceAccountWithDefaults() *ResourceRemoteInfoGcpServiceAccount
NewResourceRemoteInfoGcpServiceAccountWithDefaults instantiates a new ResourceRemoteInfoGcpServiceAccount 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 *ResourceRemoteInfoGcpServiceAccount) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoGcpServiceAccount) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRemoteInfoGcpServiceAccount) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *ResourceRemoteInfoGcpServiceAccount) GetServiceAccountId() string
GetServiceAccountId returns the ServiceAccountId field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoGcpServiceAccount) GetServiceAccountIdOk() (*string, bool)
GetServiceAccountIdOk returns a tuple with the ServiceAccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRemoteInfoGcpServiceAccount) SetServiceAccountId(v string)
SetServiceAccountId sets ServiceAccountId field to given value.
func (o *ResourceRemoteInfoGcpServiceAccount) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoGcpServiceAccount) 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 *ResourceRemoteInfoGcpServiceAccount) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.