Table of Contents

Class OrganizationsSensorAlertTriggerWater

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Reading for the 'water' metric. This will only be present if the 'metric' property equals 'water'.

[DataContract]
public class OrganizationsSensorAlertTriggerWater
Inheritance
OrganizationsSensorAlertTriggerWater
Inherited Members

Constructors

OrganizationsSensorAlertTriggerWater()

public OrganizationsSensorAlertTriggerWater()

Properties

Present

True if water is detected.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "present")]
public bool Present { get; set; }

Property Value

bool