Show / Hide Table of Contents

Class GoogleCloudAdvisorynotificationsV1Message

A message which contains notification details.

Inheritance
object
GoogleCloudAdvisorynotificationsV1Message
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX