Skip to content

Latest commit

 

History

History
156 lines (83 loc) · 4.7 KB

ScalewayClusterCredentials.md

File metadata and controls

156 lines (83 loc) · 4.7 KB

ScalewayClusterCredentials

Properties

Name Type Description Notes
Id string
Name string
ScalewayAccessKey string
ObjectType string
ScalewayProjectId string
ScalewayOrganizationId string

Methods

NewScalewayClusterCredentials

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

NewScalewayClusterCredentialsWithDefaults

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

GetId

func (o *ScalewayClusterCredentials) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ScalewayClusterCredentials) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *ScalewayClusterCredentials) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ScalewayClusterCredentials) SetName(v string)

SetName sets Name field to given value.

GetScalewayAccessKey

func (o *ScalewayClusterCredentials) GetScalewayAccessKey() string

GetScalewayAccessKey returns the ScalewayAccessKey field if non-nil, zero value otherwise.

GetScalewayAccessKeyOk

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.

SetScalewayAccessKey

func (o *ScalewayClusterCredentials) SetScalewayAccessKey(v string)

SetScalewayAccessKey sets ScalewayAccessKey field to given value.

GetObjectType

func (o *ScalewayClusterCredentials) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

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.

SetObjectType

func (o *ScalewayClusterCredentials) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

GetScalewayProjectId

func (o *ScalewayClusterCredentials) GetScalewayProjectId() string

GetScalewayProjectId returns the ScalewayProjectId field if non-nil, zero value otherwise.

GetScalewayProjectIdOk

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.

SetScalewayProjectId

func (o *ScalewayClusterCredentials) SetScalewayProjectId(v string)

SetScalewayProjectId sets ScalewayProjectId field to given value.

GetScalewayOrganizationId

func (o *ScalewayClusterCredentials) GetScalewayOrganizationId() string

GetScalewayOrganizationId returns the ScalewayOrganizationId field if non-nil, zero value otherwise.

GetScalewayOrganizationIdOk

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.

SetScalewayOrganizationId

func (o *ScalewayClusterCredentials) SetScalewayOrganizationId(v string)

SetScalewayOrganizationId sets ScalewayOrganizationId field to given value.

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