Skip to content

Latest commit

 

History

History
executable file
·
56 lines (31 loc) · 1.83 KB

IpamNetwork6AddSuccessData.md

File metadata and controls

executable file
·
56 lines (31 loc) · 1.83 KB

IpamNetwork6AddSuccessData

Properties

Name Type Description Notes
Network6Id Pointer to string The database identifier (ID) of the object you added. [optional]

Methods

NewIpamNetwork6AddSuccessData

func NewIpamNetwork6AddSuccessData() *IpamNetwork6AddSuccessData

NewIpamNetwork6AddSuccessData instantiates a new IpamNetwork6AddSuccessData 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

NewIpamNetwork6AddSuccessDataWithDefaults

func NewIpamNetwork6AddSuccessDataWithDefaults() *IpamNetwork6AddSuccessData

NewIpamNetwork6AddSuccessDataWithDefaults instantiates a new IpamNetwork6AddSuccessData 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

GetNetwork6Id

func (o *IpamNetwork6AddSuccessData) GetNetwork6Id() string

GetNetwork6Id returns the Network6Id field if non-nil, zero value otherwise.

GetNetwork6IdOk

func (o *IpamNetwork6AddSuccessData) GetNetwork6IdOk() (*string, bool)

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

SetNetwork6Id

func (o *IpamNetwork6AddSuccessData) SetNetwork6Id(v string)

SetNetwork6Id sets Network6Id field to given value.

HasNetwork6Id

func (o *IpamNetwork6AddSuccessData) HasNetwork6Id() bool

HasNetwork6Id returns a boolean if a field has been set.

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