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