CreativeGroupAssignment.fromJson constructor

CreativeGroupAssignment.fromJson(
  1. Map json_
)

Implementation

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