Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.65 KB

StackpathRpcHelp.md

File metadata and controls

56 lines (31 loc) · 1.65 KB

StackpathRpcHelp

Properties

Name Type Description Notes
Links Pointer to []StackpathRpcHelpLink [optional]

Methods

NewStackpathRpcHelp

func NewStackpathRpcHelp() *StackpathRpcHelp

NewStackpathRpcHelp instantiates a new StackpathRpcHelp 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

NewStackpathRpcHelpWithDefaults

func NewStackpathRpcHelpWithDefaults() *StackpathRpcHelp

NewStackpathRpcHelpWithDefaults instantiates a new StackpathRpcHelp 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

GetLinks

func (o *StackpathRpcHelp) GetLinks() []StackpathRpcHelpLink

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *StackpathRpcHelp) GetLinksOk() (*[]StackpathRpcHelpLink, bool)

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

SetLinks

func (o *StackpathRpcHelp) SetLinks(v []StackpathRpcHelpLink)

SetLinks sets Links field to given value.

HasLinks

func (o *StackpathRpcHelp) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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