Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.09 KB

File metadata and controls

93 lines (50 loc) · 3.09 KB

ResourceRemoteInfoGcpServiceAccount

Properties

Name Type Description Notes
Email 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.

Methods

NewResourceRemoteInfoGcpServiceAccount

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

NewResourceRemoteInfoGcpServiceAccountWithDefaults

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

GetEmail

func (o *ResourceRemoteInfoGcpServiceAccount) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

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.

SetEmail

func (o *ResourceRemoteInfoGcpServiceAccount) SetEmail(v string)

SetEmail sets Email field to given value.

GetServiceAccountId

func (o *ResourceRemoteInfoGcpServiceAccount) GetServiceAccountId() string

GetServiceAccountId returns the ServiceAccountId field if non-nil, zero value otherwise.

GetServiceAccountIdOk

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.

SetServiceAccountId

func (o *ResourceRemoteInfoGcpServiceAccount) SetServiceAccountId(v string)

SetServiceAccountId sets ServiceAccountId field to given value.

GetProjectId

func (o *ResourceRemoteInfoGcpServiceAccount) GetProjectId() string

GetProjectId returns the ProjectId field if non-nil, zero value otherwise.

GetProjectIdOk

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.

SetProjectId

func (o *ResourceRemoteInfoGcpServiceAccount) SetProjectId(v string)

SetProjectId sets ProjectId field to given value.

[Back to Model list] [Back to API list] [Back to README]