View Source GoogleApi.ArtifactRegistry.V1.Model.GoModule (google_api_artifact_registry v0.15.0)
GoModule represents a Go module.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the Go module is created. -
name
(type:String.t
, default:nil
) - The resource name of a Go module. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time when the Go module is updated. -
version
(type:String.t
, default:nil
) - The version of the Go module. Must be a valid canonical version as defined in https://go.dev/ref/mod#glos-canonical-version.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.GoModule{ createTime: DateTime.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil, version: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.