Class StateNotificationConfig
The configuration for notification of new states received from the device.
Inheritance
object
StateNotificationConfig
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIot.v1.Data
Assembly: Google.Apis.CloudIot.v1.dll
Syntax
public class StateNotificationConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PubsubTopicName
A Cloud Pub/Sub topic name. For example, projects/myProject/topics/deviceEvents
.
Declaration
[JsonProperty("pubsubTopicName")]
public virtual string PubsubTopicName { get; set; }
Property Value
Type | Description |
---|---|
string |