createTime property
Output only. The creation time of the stream.
Implementation
@$pb.TagNumber(2)
$2.Timestamp get createTime => $_getN(1);
Implementation
@$pb.TagNumber(2)
set createTime($2.Timestamp v) {
setField(2, v);
}
Output only. The creation time of the stream.
@$pb.TagNumber(2)
$2.Timestamp get createTime => $_getN(1);
@$pb.TagNumber(2)
set createTime($2.Timestamp v) {
setField(2, v);
}