ContentTemplateUpdate constructor
ContentTemplateUpdate({
- required String templateId,
- required String name,
- required ContentTemplateUpdateTemplateType templateType,
- required ContentTemplateBodyCreate body,
- String? description,
- List<
Label> ? labels, - ContentTemplateUpdateSpace? space,
Implementation
ContentTemplateUpdate(
{required this.templateId,
required this.name,
required this.templateType,
required this.body,
this.description,
List<Label>? labels,
this.space})
: labels = labels ?? [];