Class StateNotificationConfig (2.0.0)

public sealed class StateNotificationConfig : IMessage<StateNotificationConfig>, IEquatable<StateNotificationConfig>, IDeepCloneable<StateNotificationConfig>, IBufferMessage, IMessage

The configuration for notification of new states received from the device.

Inheritance

Object > StateNotificationConfig

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

StateNotificationConfig()

public StateNotificationConfig()

StateNotificationConfig(StateNotificationConfig)

public StateNotificationConfig(StateNotificationConfig other)
Parameter
NameDescription
otherStateNotificationConfig

Properties

PubsubTopicName

public string PubsubTopicName { get; set; }

A Cloud Pub/Sub topic name. For example, projects/myProject/topics/deviceEvents.

Property Value
TypeDescription
System.String