Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 2.9 KB

CreateLambda.md

File metadata and controls

114 lines (61 loc) · 2.9 KB

CreateLambda

Properties

Name Type Description Notes
Archive string
Name string
Runtime string
LambdaType string

Methods

NewCreateLambda

func NewCreateLambda(archive string, name string, runtime string, lambdaType string, ) *CreateLambda

NewCreateLambda instantiates a new CreateLambda 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

NewCreateLambdaWithDefaults

func NewCreateLambdaWithDefaults() *CreateLambda

NewCreateLambdaWithDefaults instantiates a new CreateLambda 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

GetArchive

func (o *CreateLambda) GetArchive() string

GetArchive returns the Archive field if non-nil, zero value otherwise.

GetArchiveOk

func (o *CreateLambda) GetArchiveOk() (*string, bool)

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

SetArchive

func (o *CreateLambda) SetArchive(v string)

SetArchive sets Archive field to given value.

GetName

func (o *CreateLambda) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetRuntime

func (o *CreateLambda) GetRuntime() string

GetRuntime returns the Runtime field if non-nil, zero value otherwise.

GetRuntimeOk

func (o *CreateLambda) GetRuntimeOk() (*string, bool)

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

SetRuntime

func (o *CreateLambda) SetRuntime(v string)

SetRuntime sets Runtime field to given value.

GetLambdaType

func (o *CreateLambda) GetLambdaType() string

GetLambdaType returns the LambdaType field if non-nil, zero value otherwise.

GetLambdaTypeOk

func (o *CreateLambda) GetLambdaTypeOk() (*string, bool)

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

SetLambdaType

func (o *CreateLambda) SetLambdaType(v string)

SetLambdaType sets LambdaType field to given value.

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