Class MandatoryServiceAnnouncement
Alert Created by the MSA team for communications necessary for continued use of Google Workspace Products.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class MandatoryServiceAnnouncement : IDirectResponseSchema
Properties
Description
Detailed, freeform text describing the announcement
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Title
One line summary of the announcement
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |