ValidateAttestationOccurrenceRequest class

Request message for ValidationHelperV1.ValidateAttestationOccurrence.

Constructors

ValidateAttestationOccurrenceRequest({AttestationOccurrence? attestation, String? occurrenceNote, String? occurrenceResourceUri})
ValidateAttestationOccurrenceRequest.fromJson(Map json_)

Properties

attestation AttestationOccurrence?
An AttestationOccurrence to be checked that it can be verified by the Attestor.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
occurrenceNote String?
The resource name of the Note to which the containing Occurrence is associated.
getter/setter pair
occurrenceResourceUri String?
The URI of the artifact (e.g. container image) that is the subject of the containing Occurrence.
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.
inherited

Operators

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