Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.87 KB

GraphAttributeRadiusRadius.md

File metadata and controls

56 lines (31 loc) · 1.87 KB

GraphAttributeRadiusRadius

Properties

Name Type Description Notes
Reply Pointer to []GraphAttributeRadiusRadiusReplyInner [optional]

Methods

NewGraphAttributeRadiusRadius

func NewGraphAttributeRadiusRadius() *GraphAttributeRadiusRadius

NewGraphAttributeRadiusRadius instantiates a new GraphAttributeRadiusRadius 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

NewGraphAttributeRadiusRadiusWithDefaults

func NewGraphAttributeRadiusRadiusWithDefaults() *GraphAttributeRadiusRadius

NewGraphAttributeRadiusRadiusWithDefaults instantiates a new GraphAttributeRadiusRadius 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

GetReply

func (o *GraphAttributeRadiusRadius) GetReply() []GraphAttributeRadiusRadiusReplyInner

GetReply returns the Reply field if non-nil, zero value otherwise.

GetReplyOk

func (o *GraphAttributeRadiusRadius) GetReplyOk() (*[]GraphAttributeRadiusRadiusReplyInner, bool)

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

SetReply

func (o *GraphAttributeRadiusRadius) SetReply(v []GraphAttributeRadiusRadiusReplyInner)

SetReply sets Reply field to given value.

HasReply

func (o *GraphAttributeRadiusRadius) HasReply() bool

HasReply returns a boolean if a field has been set.

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