success property
ListSnapshotsResp?
get
success
Implementation
ListSnapshotsResp? get success => this._success;
set
success
(ListSnapshotsResp? success)
Implementation
set success(ListSnapshotsResp? success) {
this._success = success;
}