Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.96 KB

SplitNetwork200Response.md

File metadata and controls

56 lines (31 loc) · 1.96 KB

SplitNetwork200Response

Properties

Name Type Description Notes
ResultingNetworks Pointer to []GetNetwork200Response Networks after the split [optional]

Methods

NewSplitNetwork200Response

func NewSplitNetwork200Response() *SplitNetwork200Response

NewSplitNetwork200Response instantiates a new SplitNetwork200Response 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

NewSplitNetwork200ResponseWithDefaults

func NewSplitNetwork200ResponseWithDefaults() *SplitNetwork200Response

NewSplitNetwork200ResponseWithDefaults instantiates a new SplitNetwork200Response 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

GetResultingNetworks

func (o *SplitNetwork200Response) GetResultingNetworks() []GetNetwork200Response

GetResultingNetworks returns the ResultingNetworks field if non-nil, zero value otherwise.

GetResultingNetworksOk

func (o *SplitNetwork200Response) GetResultingNetworksOk() (*[]GetNetwork200Response, bool)

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

SetResultingNetworks

func (o *SplitNetwork200Response) SetResultingNetworks(v []GetNetwork200Response)

SetResultingNetworks sets ResultingNetworks field to given value.

HasResultingNetworks

func (o *SplitNetwork200Response) HasResultingNetworks() bool

HasResultingNetworks returns a boolean if a field has been set.

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