BasicService class

A well-known service type, defined by its service type and service labels.

Documentation and examples here (https://cloud.google.com/stackdriver/docs/solutions/slo-monitoring/api/api-structures#basic-svc-w-basic-sli).

Constructors

BasicService({Map<String, String>? serviceLabels, String? serviceType})
BasicService.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceLabels Map<String, String>?
Labels that specify the resource that emits the monitoring data which is used for SLO reporting of this Service.
getter/setter pair
serviceType String?
The type of service that this basic service defines, e.g. APP_ENGINE service type.
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