Name | Type | Description | Notes |
---|---|---|---|
Vertices | map[string]VerticesValue | ||
Paths | [][]PathsInnerInner | ||
Total | int32 |
func NewGraphSearchResponse(vertices map[string]VerticesValue, paths [][]PathsInnerInner, total int32, ) *GraphSearchResponse
NewGraphSearchResponse instantiates a new GraphSearchResponse 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 NewGraphSearchResponseWithDefaults() *GraphSearchResponse
NewGraphSearchResponseWithDefaults instantiates a new GraphSearchResponse 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 *GraphSearchResponse) GetVertices() map[string]VerticesValue
GetVertices returns the Vertices field if non-nil, zero value otherwise.
func (o *GraphSearchResponse) GetVerticesOk() (*map[string]VerticesValue, bool)
GetVerticesOk returns a tuple with the Vertices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GraphSearchResponse) SetVertices(v map[string]VerticesValue)
SetVertices sets Vertices field to given value.
func (o *GraphSearchResponse) GetPaths() [][]PathsInnerInner
GetPaths returns the Paths field if non-nil, zero value otherwise.
func (o *GraphSearchResponse) GetPathsOk() (*[][]PathsInnerInner, bool)
GetPathsOk returns a tuple with the Paths field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GraphSearchResponse) SetPaths(v [][]PathsInnerInner)
SetPaths sets Paths field to given value.
func (o *GraphSearchResponse) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *GraphSearchResponse) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GraphSearchResponse) SetTotal(v int32)
SetTotal sets Total field to given value.