DescribeMountTargetsResponse class

Constructors

DescribeMountTargetsResponse({String? marker, List<MountTargetDescription>? mountTargets, String? nextMarker})
DescribeMountTargetsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
marker String?
If the request included the Marker, the response returns that value in this field.
final
mountTargets List<MountTargetDescription>?
Returns the file system's mount targets as an array of MountTargetDescription objects.
final
nextMarker String?
If a value is present, there are more mount targets to return. In a subsequent request, you can provide Marker in your request with this value to retrieve the next set of mount targets.
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