Class GoogleCloudAdvisorynotificationsV1Notification
A notification object for notifying customers about security and privacy issues.
Implements
Inherited Members
Namespace: Google.Apis.Advisorynotifications.v1.Data
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class GoogleCloudAdvisorynotificationsV1Notification : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Time the notification was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Messages
A list of messages in the notification.
Declaration
[JsonProperty("messages")]
public virtual IList<GoogleCloudAdvisorynotificationsV1Message> Messages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAdvisorynotificationsV1Message> |
Name
The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{project}/locations/{location}/notifications/{notification}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NotificationType
Type of notification
Declaration
[JsonProperty("notificationType")]
public virtual string NotificationType { get; set; }
Property Value
Type | Description |
---|---|
string |
Subject
The subject line of the notification.
Declaration
[JsonProperty("subject")]
public virtual GoogleCloudAdvisorynotificationsV1Subject Subject { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAdvisorynotificationsV1Subject |