public sealed class GooRepository : IMessage<OSPolicy.Types.Resource.Types.RepositoryResource.Types.GooRepository>, IEquatable<OSPolicy.Types.Resource.Types.RepositoryResource.Types.GooRepository>, IDeepCloneable<OSPolicy.Types.Resource.Types.RepositoryResource.Types.GooRepository>, IBufferMessage, IMessage
Represents a Goo package repository. These are added to a repo file
that is managed at
C:/ProgramData/GooGet/repos/google_osconfig.repo.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content details the `GooRepository` class within the `Google.Cloud.OsConfig.V1` namespace, which is designed to represent a Goo package repository managed at `C:/ProgramData/GooGet/repos/google_osconfig.repo`."],["The latest version of the `GooRepository` documentation is 2.4.0, however the page focuses on version 2.0.0 and lists historical versions ranging from 1.3.0 to 2.4.0."],["`GooRepository` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class provides two constructors, a default `GooRepository()` constructor and a `GooRepository(OSPolicy.Types.Resource.Types.RepositoryResource.Types.GooRepository other)` constructor, used to make a copy of an existing repository."],["The `GooRepository` class defines two key properties: `Name` and `Url`, both of which are string types and are marked as required for defining a repository."]]],[]]