GoogleAdsSearchads360V23ServicesMutateSharedSetResult.fromJson constructor

GoogleAdsSearchads360V23ServicesMutateSharedSetResult.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesMutateSharedSetResult.fromJson(core.Map json_)
  : this(
      resourceName: json_['resourceName'] as core.String?,
      sharedSet: json_.containsKey('sharedSet')
          ? GoogleAdsSearchads360V23ResourcesSharedSet.fromJson(
              json_['sharedSet'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );