GoogleApi.OnDemandScanning.V1.Model.CloudRepoSourceContext (google_api_on_demand_scanning v0.7.0)
View SourceA CloudRepoSourceContext denotes a particular revision in a Google Cloud Source Repo.
Attributes
-
aliasContext(type:GoogleApi.OnDemandScanning.V1.Model.AliasContext.t, default:nil) - An alias, which may be a branch or tag. -
repoId(type:GoogleApi.OnDemandScanning.V1.Model.RepoId.t, default:nil) - The ID of the repo. -
revisionId(type:String.t, default:nil) - A revision ID.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.CloudRepoSourceContext{ aliasContext: GoogleApi.OnDemandScanning.V1.Model.AliasContext.t() | nil, repoId: GoogleApi.OnDemandScanning.V1.Model.RepoId.t() | nil, revisionId: String.t() | nil }