Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.45 KB

File metadata and controls

51 lines (28 loc) · 1.45 KB

GCPCredentials

Properties

Name Type Description Notes
File string Blob content of GCP Credentials Access JSON file

Methods

NewGCPCredentials

func NewGCPCredentials(file string, ) *GCPCredentials

NewGCPCredentials instantiates a new GCPCredentials 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

NewGCPCredentialsWithDefaults

func NewGCPCredentialsWithDefaults() *GCPCredentials

NewGCPCredentialsWithDefaults instantiates a new GCPCredentials 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

GetFile

func (o *GCPCredentials) GetFile() string

GetFile returns the File field if non-nil, zero value otherwise.

GetFileOk

func (o *GCPCredentials) GetFileOk() (*string, bool)

GetFileOk returns a tuple with the File field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFile

func (o *GCPCredentials) SetFile(v string)

SetFile sets File field to given value.

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