ListFileSharesOutput class
ListFileShareOutput
Constructors
-
factory
Properties
-
An array of information about the file gateway's file shares.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- marker → String?
-
If the request includes
Marker
, the response returns that value in this field.final - nextMarker → String?
-
If a value is present, there are more file shares to return. In a subsequent
request, use
NextMarker
as the value forMarker
to retrieve the next set of file shares.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited