GoogleCloudChannelV1RepricingConfigEntitlementGranularity.fromJson constructor

GoogleCloudChannelV1RepricingConfigEntitlementGranularity.fromJson(
  1. Map json_
)

Implementation

GoogleCloudChannelV1RepricingConfigEntitlementGranularity.fromJson(
    core.Map json_)
    : this(
        entitlement: json_['entitlement'] as core.String?,
      );