google_api_artifact_registry v0.2.0 GoogleApi.ArtifactRegistry.V1beta1.Model.GoogleDevtoolsArtifactregistryV1alpha1Package View Source
Packages are named collections of versions.
Attributes
-
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". -
updateTime
(type:DateTime.t
, default:nil
) - The time when the package was last updated. This includes publishing a new version of the package.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ArtifactRegistry.V1beta1.Model.GoogleDevtoolsArtifactregistryV1alpha1Package{ createTime: DateTime.t(), displayName: String.t(), name: String.t(), updateTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.