Name | Type | Description | Notes |
---|---|---|---|
Default | Pointer to interface{} | [optional] | |
Description | Pointer to string | [optional] | |
Enum | Pointer to []interface{} | [optional] | |
Name | Pointer to string | [optional] | |
Optional | Pointer to bool | [optional] | |
Tags | Pointer to map[string]string | [optional] | |
Type | Pointer to interface{} | [optional] | |
TypeString | Pointer to string | [optional] |
func NewFpPipelineParam() *FpPipelineParam
NewFpPipelineParam instantiates a new FpPipelineParam 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 NewFpPipelineParamWithDefaults() *FpPipelineParam
NewFpPipelineParamWithDefaults instantiates a new FpPipelineParam 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 *FpPipelineParam) GetDefault() interface{}
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *FpPipelineParam) GetDefaultOk() (*interface{}, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpPipelineParam) SetDefault(v interface{})
SetDefault sets Default field to given value.
func (o *FpPipelineParam) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *FpPipelineParam) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FpPipelineParam) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpPipelineParam) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FpPipelineParam) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *FpPipelineParam) GetEnum() []interface{}
GetEnum returns the Enum field if non-nil, zero value otherwise.
func (o *FpPipelineParam) GetEnumOk() (*[]interface{}, bool)
GetEnumOk returns a tuple with the Enum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpPipelineParam) SetEnum(v []interface{})
SetEnum sets Enum field to given value.
func (o *FpPipelineParam) HasEnum() bool
HasEnum returns a boolean if a field has been set.
func (o *FpPipelineParam) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FpPipelineParam) 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 *FpPipelineParam) SetName(v string)
SetName sets Name field to given value.
func (o *FpPipelineParam) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FpPipelineParam) GetOptional() bool
GetOptional returns the Optional field if non-nil, zero value otherwise.
func (o *FpPipelineParam) GetOptionalOk() (*bool, bool)
GetOptionalOk returns a tuple with the Optional field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpPipelineParam) SetOptional(v bool)
SetOptional sets Optional field to given value.
func (o *FpPipelineParam) HasOptional() bool
HasOptional returns a boolean if a field has been set.
func (o *FpPipelineParam) GetTags() map[string]string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *FpPipelineParam) GetTagsOk() (*map[string]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpPipelineParam) SetTags(v map[string]string)
SetTags sets Tags field to given value.
func (o *FpPipelineParam) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *FpPipelineParam) GetType() interface{}
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FpPipelineParam) GetTypeOk() (*interface{}, 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.
func (o *FpPipelineParam) SetType(v interface{})
SetType sets Type field to given value.
func (o *FpPipelineParam) HasType() bool
HasType returns a boolean if a field has been set.
func (o *FpPipelineParam) GetTypeString() string
GetTypeString returns the TypeString field if non-nil, zero value otherwise.
func (o *FpPipelineParam) GetTypeStringOk() (*string, bool)
GetTypeStringOk returns a tuple with the TypeString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FpPipelineParam) SetTypeString(v string)
SetTypeString sets TypeString field to given value.
func (o *FpPipelineParam) HasTypeString() bool
HasTypeString returns a boolean if a field has been set.