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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document outlines the `GooRepository` class within the `Google.Cloud.OsConfig.V1Alpha` namespace, representing a Goo package repository managed at `C:/ProgramData/GooGet/repos/google_osconfig.repo`."],["The `GooRepository` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and object comparison/cloning."],["The class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, providing standard object functionalities."],["Constructors for the `GooRepository` class are provided, allowing for the creation of new instances or copies based on an existing `GooRepository` object."],["The class exposes two key properties, `Name` and `Url`, both required strings, representing the name and URL of the Goo package repository."]]],[]]