serviceTier property

  1. @JsonKey(name: 'service_tier', includeIfNull: false, unknownEnumValue: JsonKey.nullForUndefinedEnumValue)
ServiceTier? get serviceTier
inherited

The service tier used for processing the request. This field is only included if the service_tier parameter is specified in the request.

Implementation

@JsonKey(
    name: 'service_tier',
    includeIfNull: false,
    unknownEnumValue: JsonKey.nullForUndefinedEnumValue)
ServiceTier? get serviceTier => throw _privateConstructorUsedError;