Name | Type | Description | Notes |
---|---|---|---|
Ipfs | Pointer to string | [optional] | |
Http | Pointer to string | [optional] |
func NewLinksFile() *LinksFile
NewLinksFile instantiates a new LinksFile 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 NewLinksFileWithDefaults() *LinksFile
NewLinksFileWithDefaults instantiates a new LinksFile 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 *LinksFile) GetIpfs() string
GetIpfs returns the Ipfs field if non-nil, zero value otherwise.
func (o *LinksFile) GetIpfsOk() (*string, bool)
GetIpfsOk returns a tuple with the Ipfs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinksFile) SetIpfs(v string)
SetIpfs sets Ipfs field to given value.
func (o *LinksFile) HasIpfs() bool
HasIpfs returns a boolean if a field has been set.
func (o *LinksFile) GetHttp() string
GetHttp returns the Http field if non-nil, zero value otherwise.
func (o *LinksFile) GetHttpOk() (*string, bool)
GetHttpOk returns a tuple with the Http field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinksFile) SetHttp(v string)
SetHttp sets Http field to given value.
func (o *LinksFile) HasHttp() bool
HasHttp returns a boolean if a field has been set.