| Name | Type | Description | Notes |
|---|---|---|---|
| PoolId | Pointer to string | The database identifier (ID) of the object you deleted. | [optional] |
func NewDataInnerIpamPoolDeleteSuccess() *DataInnerIpamPoolDeleteSuccess
NewDataInnerIpamPoolDeleteSuccess instantiates a new DataInnerIpamPoolDeleteSuccess 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 NewDataInnerIpamPoolDeleteSuccessWithDefaults() *DataInnerIpamPoolDeleteSuccess
NewDataInnerIpamPoolDeleteSuccessWithDefaults instantiates a new DataInnerIpamPoolDeleteSuccess 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 *DataInnerIpamPoolDeleteSuccess) GetPoolId() string
GetPoolId returns the PoolId field if non-nil, zero value otherwise.
func (o *DataInnerIpamPoolDeleteSuccess) GetPoolIdOk() (*string, bool)
GetPoolIdOk returns a tuple with the PoolId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataInnerIpamPoolDeleteSuccess) SetPoolId(v string)
SetPoolId sets PoolId field to given value.
func (o *DataInnerIpamPoolDeleteSuccess) HasPoolId() bool
HasPoolId returns a boolean if a field has been set.