Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Name | string | ||
ScalewayAccessKey | string | ||
ObjectType | string | ||
ScalewayProjectId | string | ||
ScalewayOrganizationId | string |
func NewScalewayClusterCredentials(id string, name string, scalewayAccessKey string, objectType string, scalewayProjectId string, scalewayOrganizationId string, ) *ScalewayClusterCredentials
NewScalewayClusterCredentials instantiates a new ScalewayClusterCredentials 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 NewScalewayClusterCredentialsWithDefaults() *ScalewayClusterCredentials
NewScalewayClusterCredentialsWithDefaults instantiates a new ScalewayClusterCredentials 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 *ScalewayClusterCredentials) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ScalewayClusterCredentials) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScalewayClusterCredentials) SetId(v string)
SetId sets Id field to given value.
func (o *ScalewayClusterCredentials) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ScalewayClusterCredentials) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScalewayClusterCredentials) SetName(v string)
SetName sets Name field to given value.
func (o *ScalewayClusterCredentials) GetScalewayAccessKey() string
GetScalewayAccessKey returns the ScalewayAccessKey field if non-nil, zero value otherwise.
func (o *ScalewayClusterCredentials) GetScalewayAccessKeyOk() (*string, bool)
GetScalewayAccessKeyOk returns a tuple with the ScalewayAccessKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScalewayClusterCredentials) SetScalewayAccessKey(v string)
SetScalewayAccessKey sets ScalewayAccessKey field to given value.
func (o *ScalewayClusterCredentials) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *ScalewayClusterCredentials) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScalewayClusterCredentials) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *ScalewayClusterCredentials) GetScalewayProjectId() string
GetScalewayProjectId returns the ScalewayProjectId field if non-nil, zero value otherwise.
func (o *ScalewayClusterCredentials) GetScalewayProjectIdOk() (*string, bool)
GetScalewayProjectIdOk returns a tuple with the ScalewayProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScalewayClusterCredentials) SetScalewayProjectId(v string)
SetScalewayProjectId sets ScalewayProjectId field to given value.
func (o *ScalewayClusterCredentials) GetScalewayOrganizationId() string
GetScalewayOrganizationId returns the ScalewayOrganizationId field if non-nil, zero value otherwise.
func (o *ScalewayClusterCredentials) GetScalewayOrganizationIdOk() (*string, bool)
GetScalewayOrganizationIdOk returns a tuple with the ScalewayOrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScalewayClusterCredentials) SetScalewayOrganizationId(v string)
SetScalewayOrganizationId sets ScalewayOrganizationId field to given value.