google_api_os_config v0.6.1 GoogleApi.OSConfig.V1.Model.RepositoryResource View Source
A resource that manages a package repository.
Attributes
-
apt(type:GoogleApi.OSConfig.V1.Model.RepositoryResourceAptRepository.t, default:nil) - An Apt Repository. -
goo(type:GoogleApi.OSConfig.V1.Model.RepositoryResourceGooRepository.t, default:nil) - A Goo Repository. -
yum(type:GoogleApi.OSConfig.V1.Model.RepositoryResourceYumRepository.t, default:nil) - A Yum Repository. -
zypper(type:GoogleApi.OSConfig.V1.Model.RepositoryResourceZypperRepository.t, default:nil) - A Zypper Repository.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OSConfig.V1.Model.RepositoryResource{
apt: GoogleApi.OSConfig.V1.Model.RepositoryResourceAptRepository.t(),
goo: GoogleApi.OSConfig.V1.Model.RepositoryResourceGooRepository.t(),
yum: GoogleApi.OSConfig.V1.Model.RepositoryResourceYumRepository.t(),
zypper: GoogleApi.OSConfig.V1.Model.RepositoryResourceZypperRepository.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.