public sealed class Product : IMessage<Product>, IEquatable<Product>, IDeepCloneable<Product>, IBufferMessage, IMessageReference documentation and code samples for the Service Health v1 API class Product.
Represents the Google Cloud product impacted by the event.
Namespace
Google.Cloud.ServiceHealth.V1Assembly
Google.Cloud.ServiceHealth.V1.dll
Constructors
Product()
public Product()Product(Product)
public Product(Product other)| Parameter | |
|---|---|
| Name | Description |
other |
Product |
Properties
Id
public string Id { get; set; }Unique identifier for the product.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProductName
public string ProductName { get; set; }Google Cloud product impacted by the event. Example: "Google Cloud SQL"
| Property Value | |
|---|---|
| Type | Description |
string |
|