public sealed class Execution.Types.Notice : IMessage<Execution.Types.Notice>, IEquatable<Execution.Types.Notice>, IDeepCloneable<Execution.Types.Notice>, IBufferMessage, IMessageReference documentation and code samples for the Workload Manager v1 API class Execution.Types.Notice.
Additional information generated by an execution.
Implements
IMessageExecutionTypesNotice, IEquatableExecutionTypesNotice, IDeepCloneableExecutionTypesNotice, IBufferMessage, IMessageNamespace
Google.Cloud.WorkloadManager.V1Assembly
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 |
|