Service Health v1 API - Class Asset (1.2.0)

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

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

Represents the asset impacted by the events.

Inheritance

object > Asset

Namespace

Google.Cloud.ServiceHealth.V1

Assembly

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