$DfareportingStudioCreativeAssetsInsertRequest.fromJson constructor

$DfareportingStudioCreativeAssetsInsertRequest.fromJson(
  1. Map json_
)

Implementation

$DfareportingStudioCreativeAssetsInsertRequest.fromJson(core.Map json_)
  : this(
      studioAccountId: json_['studioAccountId'] as core.String?,
      studioAdvertiserId: json_['studioAdvertiserId'] as core.String?,
      studioCreativeId: json_['studioCreativeId'] as core.String?,
    );