Interface protos.google.cloud.gdchardwaremanagement.v1alpha.IComment (0.4.0)

Properties of a Comment.

Package

@google-cloud/gdchardwaremanagement

Properties

author

author?: (string|null);

Comment author

authorEntity

authorEntity?: (google.cloud.gdchardwaremanagement.v1alpha.Entity|keyof typeof google.cloud.gdchardwaremanagement.v1alpha.Entity|null);

Comment authorEntity

createTime

createTime?: (google.protobuf.ITimestamp|null);

Comment createTime

customerViewedTime

customerViewedTime?: (google.protobuf.ITimestamp|null);

Comment customerViewedTime

labels

labels?: ({ [k: string]: string }|null);

Comment labels

name

name?: (string|null);

Comment name

text

text?: (string|null);

Comment text