Show / Hide Table of Contents

Class MandatoryServiceAnnouncement

Alert Created by the MSA team for communications necessary for continued use of Google Workspace Products.

Inheritance
object
MandatoryServiceAnnouncement
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX