MetadataWithPathAllOf
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewMetadataWithPathAllOf(nfsPath string, ) *MetadataWithPathAllOf
NewMetadataWithPathAllOf instantiates a new MetadataWithPathAllOf 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 NewMetadataWithPathAllOfWithDefaults() *MetadataWithPathAllOf
NewMetadataWithPathAllOfWithDefaults instantiates a new MetadataWithPathAllOf 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 *MetadataWithPathAllOf) GetNfsPath() string
GetNfsPath returns the NfsPath field if non-nil, zero value otherwise.
func (o *MetadataWithPathAllOf) GetNfsPathOk() (*string, bool)
GetNfsPathOk returns a tuple with the NfsPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithPathAllOf) SetNfsPath(v string)
SetNfsPath sets NfsPath field to given value.
NfsPath
string
The path of the NFS export.
[readonly]