Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 5.99 KB

FpPipelineParam.md

File metadata and controls

238 lines (129 loc) · 5.99 KB

FpPipelineParam

Properties

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]

Methods

NewFpPipelineParam

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

NewFpPipelineParamWithDefaults

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

GetDefault

func (o *FpPipelineParam) GetDefault() interface{}

GetDefault returns the Default field if non-nil, zero value otherwise.

GetDefaultOk

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.

SetDefault

func (o *FpPipelineParam) SetDefault(v interface{})

SetDefault sets Default field to given value.

HasDefault

func (o *FpPipelineParam) HasDefault() bool

HasDefault returns a boolean if a field has been set.

GetDescription

func (o *FpPipelineParam) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *FpPipelineParam) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *FpPipelineParam) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetEnum

func (o *FpPipelineParam) GetEnum() []interface{}

GetEnum returns the Enum field if non-nil, zero value otherwise.

GetEnumOk

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.

SetEnum

func (o *FpPipelineParam) SetEnum(v []interface{})

SetEnum sets Enum field to given value.

HasEnum

func (o *FpPipelineParam) HasEnum() bool

HasEnum returns a boolean if a field has been set.

GetName

func (o *FpPipelineParam) GetName() string

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

GetNameOk

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.

SetName

func (o *FpPipelineParam) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *FpPipelineParam) HasName() bool

HasName returns a boolean if a field has been set.

GetOptional

func (o *FpPipelineParam) GetOptional() bool

GetOptional returns the Optional field if non-nil, zero value otherwise.

GetOptionalOk

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.

SetOptional

func (o *FpPipelineParam) SetOptional(v bool)

SetOptional sets Optional field to given value.

HasOptional

func (o *FpPipelineParam) HasOptional() bool

HasOptional returns a boolean if a field has been set.

GetTags

func (o *FpPipelineParam) GetTags() map[string]string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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.

SetTags

func (o *FpPipelineParam) SetTags(v map[string]string)

SetTags sets Tags field to given value.

HasTags

func (o *FpPipelineParam) HasTags() bool

HasTags returns a boolean if a field has been set.

GetType

func (o *FpPipelineParam) GetType() interface{}

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

GetTypeOk

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.

SetType

func (o *FpPipelineParam) SetType(v interface{})

SetType sets Type field to given value.

HasType

func (o *FpPipelineParam) HasType() bool

HasType returns a boolean if a field has been set.

GetTypeString

func (o *FpPipelineParam) GetTypeString() string

GetTypeString returns the TypeString field if non-nil, zero value otherwise.

GetTypeStringOk

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.

SetTypeString

func (o *FpPipelineParam) SetTypeString(v string)

SetTypeString sets TypeString field to given value.

HasTypeString

func (o *FpPipelineParam) HasTypeString() bool

HasTypeString returns a boolean if a field has been set.

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