CreativeFieldsListResponse constructor
CreativeFieldsListResponse({
- List<
CreativeField> ? creativeFields, - String? kind,
- String? nextPageToken,
Implementation
CreativeFieldsListResponse({
this.creativeFields,
this.kind,
this.nextPageToken,
});