public sealed class Asset : IMessage<Asset>, IEquatable<Asset>, IDeepCloneable<Asset>, IBufferMessage, IMessageReference documentation and code samples for the Service Health v1 API class Asset.
Represents the asset impacted by the events.
Namespace
Google.Cloud.ServiceHealth.V1Assembly
Google.Cloud.ServiceHealth.V1.dll
Constructors
Asset()
public Asset()Asset(Asset)
public Asset(Asset other)| Parameter | |
|---|---|
| Name | Description |
other |
Asset |
Properties
AssetName
public string AssetName { get; set; }Output only. Full name of the resource as defined in Resource Names.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AssetType
public string AssetType { get; set; }Output only. Type of the asset. Example:
"cloudresourcemanager.googleapis.com/Project"
| Property Value | |
|---|---|
| Type | Description |
string |
|