Class LightSettings
Settings to control notification LED.
Implements
Inherited Members
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 |