SupportedService class

SupportedService specifies the VPC Service Controls and its properties.

Constructors

SupportedService({bool? availableOnRestrictedVip, bool? knownLimitations, String? name, String? supportStage, List<MethodSelector>? supportedMethods, String? title})
SupportedService.fromJson(Map json_)

Properties

availableOnRestrictedVip bool?
True if the service is available on the restricted VIP.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
knownLimitations bool?
True if the service is supported with some limitations.
getter/setter pair
name String?
The service name or address of the supported service, such as service.googleapis.com.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedMethods List<MethodSelector>?
The list of the supported methods.
getter/setter pair
supportStage String?
The support stage of the service. Possible string values are:
getter/setter pair
title String?
The name of the supported product, such as 'Cloud Product API'.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited