public sealed class ResourceSpec : IMessage<Zone.Types.ResourceSpec>, IEquatable<Zone.Types.ResourceSpec>, IDeepCloneable<Zone.Types.ResourceSpec>, IBufferMessage, IMessage
Settings for resources attached as assets within a zone.
[[["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-25 UTC."],[[["The content pertains to the `ResourceSpec` class within the `Google.Cloud.Dataplex.V1` namespace, specifically for setting resources attached to assets within a zone."],["Version 3.6.0 is the latest version available for `ResourceSpec`, while there are numerous prior versions listed, going all the way back to version 1.0.0."],["The `ResourceSpec` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage resource settings."],["The `ResourceSpec` class has two constructors: a default constructor and one that accepts another `Zone.Types.ResourceSpec` instance."],["It contains a `LocationType` property, of type `Zone.Types.ResourceSpec.Types.LocationType` used to dictate the type of location allowed for resources within a zone's assets."]]],[]]