Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
ScalewayAccessKey | string | ||
ScalewaySecretKey | string | ||
ScalewayProjectId | string | ||
ScalewayOrganizationId | string |
func NewScalewayCredentialsRequest(name string, scalewayAccessKey string, scalewaySecretKey string, scalewayProjectId string, scalewayOrganizationId string, ) *ScalewayCredentialsRequest
NewScalewayCredentialsRequest instantiates a new ScalewayCredentialsRequest 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 NewScalewayCredentialsRequestWithDefaults() *ScalewayCredentialsRequest
NewScalewayCredentialsRequestWithDefaults instantiates a new ScalewayCredentialsRequest 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 *ScalewayCredentialsRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ScalewayCredentialsRequest) 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 *ScalewayCredentialsRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ScalewayCredentialsRequest) GetScalewayAccessKey() string
GetScalewayAccessKey returns the ScalewayAccessKey field if non-nil, zero value otherwise.
func (o *ScalewayCredentialsRequest) 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 *ScalewayCredentialsRequest) SetScalewayAccessKey(v string)
SetScalewayAccessKey sets ScalewayAccessKey field to given value.
func (o *ScalewayCredentialsRequest) GetScalewaySecretKey() string
GetScalewaySecretKey returns the ScalewaySecretKey field if non-nil, zero value otherwise.
func (o *ScalewayCredentialsRequest) GetScalewaySecretKeyOk() (*string, bool)
GetScalewaySecretKeyOk returns a tuple with the ScalewaySecretKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScalewayCredentialsRequest) SetScalewaySecretKey(v string)
SetScalewaySecretKey sets ScalewaySecretKey field to given value.
func (o *ScalewayCredentialsRequest) GetScalewayProjectId() string
GetScalewayProjectId returns the ScalewayProjectId field if non-nil, zero value otherwise.
func (o *ScalewayCredentialsRequest) 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 *ScalewayCredentialsRequest) SetScalewayProjectId(v string)
SetScalewayProjectId sets ScalewayProjectId field to given value.
func (o *ScalewayCredentialsRequest) GetScalewayOrganizationId() string
GetScalewayOrganizationId returns the ScalewayOrganizationId field if non-nil, zero value otherwise.
func (o *ScalewayCredentialsRequest) 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 *ScalewayCredentialsRequest) SetScalewayOrganizationId(v string)
SetScalewayOrganizationId sets ScalewayOrganizationId field to given value.