NodeTemplateList constructor
NodeTemplateList({
- String? id,
- List<
NodeTemplate> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- NodeTemplateListWarning? warning,
Implementation
NodeTemplateList({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
});