Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.69 KB

VesselAllOf2.md

File metadata and controls

56 lines (31 loc) · 1.69 KB

VesselAllOf2

Properties

Name Type Description Notes
VesselFlag Pointer to string The flag of the nation whose laws the vessel is registered under. This is the ISO 3166 two-letter country code [optional]

Methods

NewVesselAllOf2

func NewVesselAllOf2() *VesselAllOf2

NewVesselAllOf2 instantiates a new VesselAllOf2 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

NewVesselAllOf2WithDefaults

func NewVesselAllOf2WithDefaults() *VesselAllOf2

NewVesselAllOf2WithDefaults instantiates a new VesselAllOf2 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

GetVesselFlag

func (o *VesselAllOf2) GetVesselFlag() string

GetVesselFlag returns the VesselFlag field if non-nil, zero value otherwise.

GetVesselFlagOk

func (o *VesselAllOf2) GetVesselFlagOk() (*string, bool)

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

SetVesselFlag

func (o *VesselAllOf2) SetVesselFlag(v string)

SetVesselFlag sets VesselFlag field to given value.

HasVesselFlag

func (o *VesselAllOf2) HasVesselFlag() bool

HasVesselFlag returns a boolean if a field has been set.

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