Show / Hide Table of Contents

Class LightSettings

Settings to control notification LED.

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

Properties

Color

Required. Set color of the LED with google.type.Color.

Declaration
[JsonProperty("color")]
public virtual Color Color { get; set; }
Property Value
Type Description
Color

ETag

The ETag of the item.

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

LightOffDuration

Required. Along with light_on_duration , define the blink rate of LED flashes. Resolution defined by proto.Duration

Declaration
[JsonProperty("lightOffDuration")]
public virtual object LightOffDuration { get; set; }
Property Value
Type Description
object

LightOnDuration

Required. Along with light_off_duration, define the blink rate of LED flashes. Resolution defined by proto.Duration

Declaration
[JsonProperty("lightOnDuration")]
public virtual object LightOnDuration { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX