public sealed class AddOns : IMessage<AddOns>, IEquatable<AddOns>, IDeepCloneable<AddOns>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Workspace Add-ons v1 API class AddOns.
A Google Workspace Add-on configuration.
Namespace
Google.Cloud.GSuiteAddOns.V1Assembly
Google.Cloud.GSuiteAddOns.V1.dll
Constructors
AddOns()
public AddOns()
AddOns(AddOns)
public AddOns(AddOns other)
Parameter | |
---|---|
Name | Description |
other | AddOns |
Properties
Calendar
public CalendarAddOnManifest Calendar { get; set; }
Calendar add-on configuration.
Property Value | |
---|---|
Type | Description |
CalendarAddOnManifest |
Common
public CommonAddOnManifest Common { get; set; }
Configuration that is common across all Google Workspace Add-ons.
Property Value | |
---|---|
Type | Description |
CommonAddOnManifest |
Docs
public DocsAddOnManifest Docs { get; set; }
Docs add-on configuration.
Property Value | |
---|---|
Type | Description |
DocsAddOnManifest |
Drive
public DriveAddOnManifest Drive { get; set; }
Drive add-on configuration.
Property Value | |
---|---|
Type | Description |
DriveAddOnManifest |
Gmail
public GmailAddOnManifest Gmail { get; set; }
Gmail add-on configuration.
Property Value | |
---|---|
Type | Description |
GmailAddOnManifest |
HttpOptions
public HttpOptions HttpOptions { get; set; }
Options for sending requests to add-on HTTP endpoints
Property Value | |
---|---|
Type | Description |
HttpOptions |
Sheets
public SheetsAddOnManifest Sheets { get; set; }
Sheets add-on configuration.
Property Value | |
---|---|
Type | Description |
SheetsAddOnManifest |
Slides
public SlidesAddOnManifest Slides { get; set; }
Slides add-on configuration.
Property Value | |
---|---|
Type | Description |
SlidesAddOnManifest |