Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.13 KB

CfInfo.md

File metadata and controls

134 lines (73 loc) · 3.13 KB

CfInfo

Properties

Name Type Description Notes
CfName Pointer to string [optional]
Description Pointer to string [optional]
Hash Pointer to string [optional]
Id Pointer to string [optional]

Methods

NewCfInfo

func NewCfInfo() *CfInfo

NewCfInfo instantiates a new CfInfo 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

NewCfInfoWithDefaults

func NewCfInfoWithDefaults() *CfInfo

NewCfInfoWithDefaults instantiates a new CfInfo 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

GetCfName

func (o *CfInfo) GetCfName() string

GetCfName returns the CfName field if non-nil, zero value otherwise.

GetCfNameOk

func (o *CfInfo) GetCfNameOk() (*string, bool)

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

SetCfName

func (o *CfInfo) SetCfName(v string)

SetCfName sets CfName field to given value.

HasCfName

func (o *CfInfo) HasCfName() bool

HasCfName returns a boolean if a field has been set.

GetDescription

func (o *CfInfo) GetDescription() string

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

GetDescriptionOk

func (o *CfInfo) 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 *CfInfo) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CfInfo) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetHash

func (o *CfInfo) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

func (o *CfInfo) GetHashOk() (*string, bool)

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

SetHash

func (o *CfInfo) SetHash(v string)

SetHash sets Hash field to given value.

HasHash

func (o *CfInfo) HasHash() bool

HasHash returns a boolean if a field has been set.

GetId

func (o *CfInfo) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *CfInfo) HasId() bool

HasId returns a boolean if a field has been set.

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