Show / Hide Table of Contents

Class PackageRepository

A package repository.

Inheritance
object
PackageRepository
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class PackageRepository : IDirectResponseSchema

Properties

Apt

An Apt Repository.

Declaration
[JsonProperty("apt")]
public virtual AptRepository Apt { get; set; }
Property Value
Type Description
AptRepository

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Goo

A Goo Repository.

Declaration
[JsonProperty("goo")]
public virtual GooRepository Goo { get; set; }
Property Value
Type Description
GooRepository

Yum

A Yum Repository.

Declaration
[JsonProperty("yum")]
public virtual YumRepository Yum { get; set; }
Property Value
Type Description
YumRepository

Zypper

A Zypper Repository.

Declaration
[JsonProperty("zypper")]
public virtual ZypperRepository Zypper { get; set; }
Property Value
Type Description
ZypperRepository

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX