Name | Type | Description | Notes |
---|---|---|---|
CfName | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
Hash | Pointer to string | [optional] | |
Id | Pointer to string | [optional] |
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
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
func (o *CfInfo) GetCfName() string
GetCfName returns the CfName field if non-nil, zero value otherwise.
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.
func (o *CfInfo) SetCfName(v string)
SetCfName sets CfName field to given value.
func (o *CfInfo) HasCfName() bool
HasCfName returns a boolean if a field has been set.
func (o *CfInfo) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *CfInfo) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CfInfo) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CfInfo) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
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.
func (o *CfInfo) SetHash(v string)
SetHash sets Hash field to given value.
func (o *CfInfo) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *CfInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *CfInfo) SetId(v string)
SetId sets Id field to given value.
func (o *CfInfo) HasId() bool
HasId returns a boolean if a field has been set.