Service Health v1 API - Class Product (1.2.0)

public sealed class Product : IMessage<Product>, IEquatable<Product>, IDeepCloneable<Product>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Health v1 API class Product.

Represents the Google Cloud product impacted by the event.

Inheritance

object > Product

Namespace

Google.Cloud.ServiceHealth.V1

Assembly

Google.Cloud.ServiceHealth.V1.dll

Constructors

Product()

public Product()

Product(Product)

public Product(Product other)
Parameter
Name Description
other Product

Properties

ProductName

public string ProductName { get; set; }

Google Cloud product impacted by the event. Example: "Google Cloud SQL"

Property Value
Type Description
string