Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.72 KB

ExplorerResponse.md

File metadata and controls

56 lines (31 loc) · 1.72 KB

ExplorerResponse

Properties

Name Type Description Notes
Segments Pointer to []ExplorerSegment The set of segments matching an explorer request [optional]

Methods

NewExplorerResponse

func NewExplorerResponse() *ExplorerResponse

NewExplorerResponse instantiates a new ExplorerResponse 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

NewExplorerResponseWithDefaults

func NewExplorerResponseWithDefaults() *ExplorerResponse

NewExplorerResponseWithDefaults instantiates a new ExplorerResponse 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

GetSegments

func (o *ExplorerResponse) GetSegments() []ExplorerSegment

GetSegments returns the Segments field if non-nil, zero value otherwise.

GetSegmentsOk

func (o *ExplorerResponse) GetSegmentsOk() (*[]ExplorerSegment, bool)

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

SetSegments

func (o *ExplorerResponse) SetSegments(v []ExplorerSegment)

SetSegments sets Segments field to given value.

HasSegments

func (o *ExplorerResponse) HasSegments() bool

HasSegments returns a boolean if a field has been set.

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