Show / Hide Table of Contents

Class GoogleAppsCardV1CommonWidgetAction

Represents an action that is not specific to a widget. Available for Google Workspace add-ons that extend Google Workspace Studio. Unavailable for Google Chat apps.

Inheritance
object
GoogleAppsCardV1CommonWidgetAction
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.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1CommonWidgetAction : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

UpdateVisibilityAction

The action to update the visibility of a widget.

Declaration
[JsonProperty("updateVisibilityAction")]
public virtual GoogleAppsCardV1UpdateVisibilityAction UpdateVisibilityAction { get; set; }
Property Value
Type Description
GoogleAppsCardV1UpdateVisibilityAction

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX