Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
EdgeFunctionId | int64 | ||
Args | interface{} |
func NewApplicationPutInstanceRequest(name string, edgeFunctionId int64, args interface{}, ) *ApplicationPutInstanceRequest
NewApplicationPutInstanceRequest instantiates a new ApplicationPutInstanceRequest 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 NewApplicationPutInstanceRequestWithDefaults() *ApplicationPutInstanceRequest
NewApplicationPutInstanceRequestWithDefaults instantiates a new ApplicationPutInstanceRequest 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 *ApplicationPutInstanceRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApplicationPutInstanceRequest) 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 *ApplicationPutInstanceRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ApplicationPutInstanceRequest) GetEdgeFunctionId() int64
GetEdgeFunctionId returns the EdgeFunctionId field if non-nil, zero value otherwise.
func (o *ApplicationPutInstanceRequest) GetEdgeFunctionIdOk() (*int64, bool)
GetEdgeFunctionIdOk returns a tuple with the EdgeFunctionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationPutInstanceRequest) SetEdgeFunctionId(v int64)
SetEdgeFunctionId sets EdgeFunctionId field to given value.
func (o *ApplicationPutInstanceRequest) GetArgs() interface{}
GetArgs returns the Args field if non-nil, zero value otherwise.
func (o *ApplicationPutInstanceRequest) GetArgsOk() (*interface{}, bool)
GetArgsOk returns a tuple with the Args field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationPutInstanceRequest) SetArgs(v interface{})
SetArgs sets Args field to given value.
func (o *ApplicationPutInstanceRequest) SetArgsNil(b bool)
SetArgsNil sets the value for Args to be an explicit nil
func (o *ApplicationPutInstanceRequest) UnsetArgs()
UnsetArgs ensures that no value is present for Args, not even an explicit nil