Class GoogleCloudAdvisorynotificationsV1Message
A message which contains notification details.
Implements
Inherited Members
Namespace: Google.Apis.Advisorynotifications.v1.Data
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class GoogleCloudAdvisorynotificationsV1Message : IDirectResponseSchema
Properties
Attachments
The attachments to download.
Declaration
[JsonProperty("attachments")]
public virtual IList<GoogleCloudAdvisorynotificationsV1Attachment> Attachments { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAdvisorynotificationsV1Attachment> |
Body
The message content.
Declaration
[JsonProperty("body")]
public virtual GoogleCloudAdvisorynotificationsV1MessageBody Body { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAdvisorynotificationsV1MessageBody |
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
The Message creation timestamp.
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 |
LocalizationTime
object representation of LocalizationTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LocalizationTimeDateTimeOffset instead.")]
public virtual object LocalizationTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LocalizationTimeDateTimeOffset
DateTimeOffset representation of LocalizationTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LocalizationTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LocalizationTimeRaw
Time when Message was localized
Declaration
[JsonProperty("localizationTime")]
public virtual string LocalizationTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |