Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.19 KB

File metadata and controls

160 lines (87 loc) · 4.19 KB

EnvironmentSecretRequest

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Name Pointer to string [optional]
Secret Pointer to string [optional]
Type Pointer to string [optional]
Operation Pointer to string [optional]

Methods

NewEnvironmentSecretRequest

func NewEnvironmentSecretRequest() *EnvironmentSecretRequest

NewEnvironmentSecretRequest instantiates a new EnvironmentSecretRequest 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

NewEnvironmentSecretRequestWithDefaults

func NewEnvironmentSecretRequestWithDefaults() *EnvironmentSecretRequest

NewEnvironmentSecretRequestWithDefaults instantiates a new EnvironmentSecretRequest 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 *EnvironmentSecretRequest) GetId() int32

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

GetIdOk

func (o *EnvironmentSecretRequest) GetIdOk() (*int32, 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 *EnvironmentSecretRequest) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *EnvironmentSecretRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *EnvironmentSecretRequest) GetName() string

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

GetNameOk

func (o *EnvironmentSecretRequest) 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 *EnvironmentSecretRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *EnvironmentSecretRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetSecret

func (o *EnvironmentSecretRequest) GetSecret() string

GetSecret returns the Secret field if non-nil, zero value otherwise.

GetSecretOk

func (o *EnvironmentSecretRequest) GetSecretOk() (*string, bool)

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

SetSecret

func (o *EnvironmentSecretRequest) SetSecret(v string)

SetSecret sets Secret field to given value.

HasSecret

func (o *EnvironmentSecretRequest) HasSecret() bool

HasSecret returns a boolean if a field has been set.

GetType

func (o *EnvironmentSecretRequest) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *EnvironmentSecretRequest) GetTypeOk() (*string, bool)

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

SetType

func (o *EnvironmentSecretRequest) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *EnvironmentSecretRequest) HasType() bool

HasType returns a boolean if a field has been set.

GetOperation

func (o *EnvironmentSecretRequest) GetOperation() string

GetOperation returns the Operation field if non-nil, zero value otherwise.

GetOperationOk

func (o *EnvironmentSecretRequest) GetOperationOk() (*string, bool)

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

SetOperation

func (o *EnvironmentSecretRequest) SetOperation(v string)

SetOperation sets Operation field to given value.

HasOperation

func (o *EnvironmentSecretRequest) HasOperation() bool

HasOperation returns a boolean if a field has been set.

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