Name | Type | Description | Notes |
---|---|---|---|
Validity | bool | Whether the address is valid. - `true`: The address is valid. - `false`: The address is invalid. |
func NewCheckAddressValidity200Response(validity bool, ) *CheckAddressValidity200Response
NewCheckAddressValidity200Response instantiates a new CheckAddressValidity200Response 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 NewCheckAddressValidity200ResponseWithDefaults() *CheckAddressValidity200Response
NewCheckAddressValidity200ResponseWithDefaults instantiates a new CheckAddressValidity200Response 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 *CheckAddressValidity200Response) GetValidity() bool
GetValidity returns the Validity field if non-nil, zero value otherwise.
func (o *CheckAddressValidity200Response) GetValidityOk() (*bool, bool)
GetValidityOk returns a tuple with the Validity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckAddressValidity200Response) SetValidity(v bool)
SetValidity sets Validity field to given value.