| Name | Type | Description | Notes |
|---|---|---|---|
| File | string | Blob content of GCP Credentials Access JSON file |
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
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
func (o *GCPCredentials) GetFile() string
GetFile returns the File field if non-nil, zero value otherwise.
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.
func (o *GCPCredentials) SetFile(v string)
SetFile sets File field to given value.