v1CreateTvcAppRequest constructor
const
v1CreateTvcAppRequest({
- required String type,
- required String timestampMs,
- required String organizationId,
- required v1CreateTvcAppIntent parameters,
Implementation
const v1CreateTvcAppRequest({
required this.type,
required this.timestampMs,
required this.organizationId,
required this.parameters,
});