View Source GoogleApi.ArtifactRegistry.V1.Model.Package (google_api_artifact_registry v0.15.0)
Packages are named collections of versions.
Attributes
-
annotations
(type:map()
, default:nil
) - Optional. Client specified annotations. -
createTime
(type:DateTime.t
, default:nil
) - The time when the package was created. -
displayName
(type:String.t
, default:nil
) - The display name of the package. -
name
(type:String.t
, default:nil
) - The name of the package, for example:projects/p1/locations/us-central1/repositories/repo1/packages/pkg1
. If the package ID part contains slashes, the slashes are escaped. -
updateTime
(type:DateTime.t
, default:nil
) - The time when the package was last updated. This includes publishing a new version of the package.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.Package{ annotations: map() | nil, createTime: DateTime.t() | nil, displayName: String.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.