Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.65 KB

VesselAllOf1.md

File metadata and controls

56 lines (31 loc) · 1.65 KB

VesselAllOf1

Properties

Name Type Description Notes
VesselName Pointer to string The name of the Vessel given by the Vessel Operator and registered with IMO. [optional]

Methods

NewVesselAllOf1

func NewVesselAllOf1() *VesselAllOf1

NewVesselAllOf1 instantiates a new VesselAllOf1 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

NewVesselAllOf1WithDefaults

func NewVesselAllOf1WithDefaults() *VesselAllOf1

NewVesselAllOf1WithDefaults instantiates a new VesselAllOf1 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

GetVesselName

func (o *VesselAllOf1) GetVesselName() string

GetVesselName returns the VesselName field if non-nil, zero value otherwise.

GetVesselNameOk

func (o *VesselAllOf1) GetVesselNameOk() (*string, bool)

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

SetVesselName

func (o *VesselAllOf1) SetVesselName(v string)

SetVesselName sets VesselName field to given value.

HasVesselName

func (o *VesselAllOf1) HasVesselName() bool

HasVesselName returns a boolean if a field has been set.

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