DBSnapshotAttributesResult constructor
DBSnapshotAttributesResult({
- List<
DBSnapshotAttribute> ? dBSnapshotAttributes, - String? dBSnapshotIdentifier,
Implementation
DBSnapshotAttributesResult({
this.dBSnapshotAttributes,
this.dBSnapshotIdentifier,
});