| Name | Type | Description | Notes |
|---|---|---|---|
| Network6Id | Pointer to string | The database identifier (ID) of the object you added. | [optional] |
func NewDataInnerIpamNetwork6AddSuccess() *DataInnerIpamNetwork6AddSuccess
NewDataInnerIpamNetwork6AddSuccess instantiates a new DataInnerIpamNetwork6AddSuccess 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 NewDataInnerIpamNetwork6AddSuccessWithDefaults() *DataInnerIpamNetwork6AddSuccess
NewDataInnerIpamNetwork6AddSuccessWithDefaults instantiates a new DataInnerIpamNetwork6AddSuccess 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 *DataInnerIpamNetwork6AddSuccess) GetNetwork6Id() string
GetNetwork6Id returns the Network6Id field if non-nil, zero value otherwise.
func (o *DataInnerIpamNetwork6AddSuccess) 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.
func (o *DataInnerIpamNetwork6AddSuccess) SetNetwork6Id(v string)
SetNetwork6Id sets Network6Id field to given value.
func (o *DataInnerIpamNetwork6AddSuccess) HasNetwork6Id() bool
HasNetwork6Id returns a boolean if a field has been set.