| Name | Type | Description | Notes |
|---|---|---|---|
| Alias6Id | Pointer to string | The database identifier (ID) of the object you added. | [optional] |
func NewDataInnerIpamAlias6AddSuccess() *DataInnerIpamAlias6AddSuccess
NewDataInnerIpamAlias6AddSuccess instantiates a new DataInnerIpamAlias6AddSuccess 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 NewDataInnerIpamAlias6AddSuccessWithDefaults() *DataInnerIpamAlias6AddSuccess
NewDataInnerIpamAlias6AddSuccessWithDefaults instantiates a new DataInnerIpamAlias6AddSuccess 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 *DataInnerIpamAlias6AddSuccess) GetAlias6Id() string
GetAlias6Id returns the Alias6Id field if non-nil, zero value otherwise.
func (o *DataInnerIpamAlias6AddSuccess) GetAlias6IdOk() (*string, bool)
GetAlias6IdOk returns a tuple with the Alias6Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamAlias6AddSuccess) SetAlias6Id(v string)
SetAlias6Id sets Alias6Id field to given value.
func (o *DataInnerIpamAlias6AddSuccess) HasAlias6Id() bool
HasAlias6Id returns a boolean if a field has been set.