public sealed class ProjectsListXpnHostsRequest : IMessage<ProjectsListXpnHostsRequest>, IEquatable<ProjectsListXpnHostsRequest>, IDeepCloneable<ProjectsListXpnHostsRequest>, IBufferMessage, IMessage
Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects. If not specified, the organization will be inferred from the project.
[[["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 latest version available for `ProjectsListXpnHostsRequest` is 3.6.0, and there are multiple previous versions listed, ranging from 3.5.0 down to 1.0.0."],["`ProjectsListXpnHostsRequest` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ProjectsListXpnHostsRequest` inherits from the `Object` class and is part of the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."],["It has two constructors, a default constructor `ProjectsListXpnHostsRequest()` and another `ProjectsListXpnHostsRequest(ProjectsListXpnHostsRequest other)` that takes an instance of itself as a parameter."],["`ProjectsListXpnHostsRequest` includes properties `HasOrganization`, a boolean to check if the \"organization\" field is set, and `Organization`, a string for the optional organization ID for listing shared VPC host projects."]]],[]]