CreativeGroupAssignment.fromJson constructor
CreativeGroupAssignment.fromJson(
- Map json_
Implementation
CreativeGroupAssignment.fromJson(core.Map json_)
: this(
creativeGroupId: json_['creativeGroupId'] as core.String?,
creativeGroupNumber: json_['creativeGroupNumber'] as core.String?,
);