Workload Manager v1 API - Class Execution.Types.Notice (1.0.0-beta01)

public sealed class Execution.Types.Notice : IMessage<Execution.Types.Notice>, IEquatable<Execution.Types.Notice>, IDeepCloneable<Execution.Types.Notice>, IBufferMessage, IMessage

Reference documentation and code samples for the Workload Manager v1 API class Execution.Types.Notice.

Additional information generated by an execution.

Inheritance

object > Execution.Types.Notice

Namespace

Google.Cloud.WorkloadManager.V1

Assembly

Google.Cloud.WorkloadManager.V1.dll

Constructors

Notice()

public Notice()

Notice(Notice)

public Notice(Execution.Types.Notice other)
Parameter
Name Description
other ExecutionTypesNotice

Properties

Message

public string Message { get; set; }

Output only. Message of the notice.

Property Value
Type Description
string