GetAttestorResult

data class GetAttestorResult(val description: String, val etag: String, val name: String, val updateTime: String, val userOwnedDrydockNote: UserOwnedDrydockNoteResponse)

Constructors

Link copied to clipboard
fun GetAttestorResult(description: String, etag: String, name: String, updateTime: String, userOwnedDrydockNote: UserOwnedDrydockNoteResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.

Link copied to clipboard

Optional. A checksum, returned by the server, that can be sent on update requests to ensure the attestor has an up-to-date value before attempting to update it. See https://google.aip.dev/154.

Link copied to clipboard

The resource name, in the format: projects/*/attestors/*. This field may not be updated.

Link copied to clipboard

Time when the attestor was last updated.

Link copied to clipboard

A Drydock ATTESTATION_AUTHORITY Note, created by the user. //