Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.7 KB

File metadata and controls

72 lines (39 loc) · 2.7 KB

ResourceRemoteInfoOpenaiPlatformServiceAccount

Properties

Name Type Description Notes
ProjectId string The id of the project for the service account.
ServiceAccountId string The id of the service account.

Methods

NewResourceRemoteInfoOpenaiPlatformServiceAccount

func NewResourceRemoteInfoOpenaiPlatformServiceAccount(projectId string, serviceAccountId string, ) *ResourceRemoteInfoOpenaiPlatformServiceAccount

NewResourceRemoteInfoOpenaiPlatformServiceAccount instantiates a new ResourceRemoteInfoOpenaiPlatformServiceAccount 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

NewResourceRemoteInfoOpenaiPlatformServiceAccountWithDefaults

func NewResourceRemoteInfoOpenaiPlatformServiceAccountWithDefaults() *ResourceRemoteInfoOpenaiPlatformServiceAccount

NewResourceRemoteInfoOpenaiPlatformServiceAccountWithDefaults instantiates a new ResourceRemoteInfoOpenaiPlatformServiceAccount 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

GetProjectId

func (o *ResourceRemoteInfoOpenaiPlatformServiceAccount) GetProjectId() string

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

GetProjectIdOk

func (o *ResourceRemoteInfoOpenaiPlatformServiceAccount) 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 *ResourceRemoteInfoOpenaiPlatformServiceAccount) SetProjectId(v string)

SetProjectId sets ProjectId field to given value.

GetServiceAccountId

func (o *ResourceRemoteInfoOpenaiPlatformServiceAccount) GetServiceAccountId() string

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

GetServiceAccountIdOk

func (o *ResourceRemoteInfoOpenaiPlatformServiceAccount) 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 *ResourceRemoteInfoOpenaiPlatformServiceAccount) SetServiceAccountId(v string)

SetServiceAccountId sets ServiceAccountId field to given value.

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