CreativeFieldAssignment.fromJson constructor
CreativeFieldAssignment.fromJson(
- Map json_
Implementation
CreativeFieldAssignment.fromJson(core.Map json_)
: this(
creativeFieldId: json_['creativeFieldId'] as core.String?,
creativeFieldValueId: json_['creativeFieldValueId'] as core.String?,
);