ListLicensesExpiresParameter class

Constructors

ListLicensesExpiresParameter({String? in_, DateTime? before, DateTime? after})
Returns a new ListLicensesExpiresParameter instance.

Properties

after DateTime?
The ISO8601 timestamp to query licenses expiring after.
getter/setter pair
before DateTime?
The ISO8601 timestamp to query licenses expiring before.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
in_ String?
The duration in seconds or ISO8601 duration to query licenses expiring within. Accepts a duration in seconds e.g. 2629746, or an ISO8601 duration e.g. 30d.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromJson(dynamic value) ListLicensesExpiresParameter?
Returns a new ListLicensesExpiresParameter instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<ListLicensesExpiresParameter>
mapFromJson(dynamic json) Map<String, ListLicensesExpiresParameter>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<ListLicensesExpiresParameter>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.