Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.62 KB

ValidateAddressRBData.md

File metadata and controls

51 lines (28 loc) · 1.62 KB

ValidateAddressRBData

Properties

Name Type Description Notes
Item ValidateAddressRBDataItem

Methods

NewValidateAddressRBData

func NewValidateAddressRBData(item ValidateAddressRBDataItem, ) *ValidateAddressRBData

NewValidateAddressRBData instantiates a new ValidateAddressRBData 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

NewValidateAddressRBDataWithDefaults

func NewValidateAddressRBDataWithDefaults() *ValidateAddressRBData

NewValidateAddressRBDataWithDefaults instantiates a new ValidateAddressRBData 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

GetItem

func (o *ValidateAddressRBData) GetItem() ValidateAddressRBDataItem

GetItem returns the Item field if non-nil, zero value otherwise.

GetItemOk

func (o *ValidateAddressRBData) GetItemOk() (*ValidateAddressRBDataItem, bool)

GetItemOk returns a tuple with the Item field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetItem

func (o *ValidateAddressRBData) SetItem(v ValidateAddressRBDataItem)

SetItem sets Item field to given value.

[Back to Model list] [Back to API list] [Back to README]