SnapshotJobRequest class

Request to create a snapshot of a job.

Constructors

SnapshotJobRequest({String? description, String? location, bool? snapshotSources, String? ttl})
SnapshotJobRequest.fromJson(Map _json)

Properties

description String?
User specified description of the snapshot.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
The location that contains this job.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotSources bool?
If true, perform snapshots for sources which support this.
getter/setter pair
ttl String?
TTL for the snapshot.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited