Name | Type | Description | Notes |
---|---|---|---|
Id | int64 | The resource identifier. | |
Type | Pointer to string | The type of IP address. | [optional] |
Address | Pointer to string | [optional] | |
State | Pointer to string | The state of the IP address. | [optional] |
func NewPostCollectionAddressRequest(id int64, ) *PostCollectionAddressRequest
NewPostCollectionAddressRequest instantiates a new PostCollectionAddressRequest 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 NewPostCollectionAddressRequestWithDefaults() *PostCollectionAddressRequest
NewPostCollectionAddressRequestWithDefaults instantiates a new PostCollectionAddressRequest 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 *PostCollectionAddressRequest) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PostCollectionAddressRequest) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostCollectionAddressRequest) SetId(v int64)
SetId sets Id field to given value.
func (o *PostCollectionAddressRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *PostCollectionAddressRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostCollectionAddressRequest) SetType(v string)
SetType sets Type field to given value.
func (o *PostCollectionAddressRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (o *PostCollectionAddressRequest) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *PostCollectionAddressRequest) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostCollectionAddressRequest) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *PostCollectionAddressRequest) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *PostCollectionAddressRequest) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *PostCollectionAddressRequest) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostCollectionAddressRequest) SetState(v string)
SetState sets State field to given value.
func (o *PostCollectionAddressRequest) HasState() bool
HasState returns a boolean if a field has been set.