public sealed class ServiceProperties : IMessage<ServiceProperties>, IEquatable<ServiceProperties>, IDeepCloneable<ServiceProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class ServiceProperties.
Properties of an underlying cloud resource that can comprise a Service.
[[["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-31 UTC."],[[["This documentation details the `ServiceProperties` class within the Google Cloud App Hub v1 API, found in version 1.0.0-beta02."],["The `ServiceProperties` class represents properties of an underlying cloud resource that can be part of a service, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It includes output-only properties such as `GcpProject`, `Location`, and `Zone`, which provide details about the service's cloud resource location and project."],["There are two constructors available for creating `ServiceProperties` objects, one default and one that takes another `ServiceProperties` instance as an argument for cloning."],["This class inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]