GoogleApiServiceusageV1ServiceConfig class

The configuration of the service.

Constructors

GoogleApiServiceusageV1ServiceConfig({List<Api>? apis, Authentication? authentication, Documentation? documentation, List<Endpoint>? endpoints, List<MonitoredResourceDescriptor>? monitoredResources, Monitoring? monitoring, String? name, Quota? quota, String? title, Usage? usage})
GoogleApiServiceusageV1ServiceConfig.fromJson(Map json_)

Properties

apis List<Api>?
A list of API interfaces exported by this service.
getter/setter pair
authentication Authentication?
Auth configuration.
getter/setter pair
documentation Documentation?
Additional API documentation.
getter/setter pair
endpoints List<Endpoint>?
Configuration for network endpoints.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
monitoredResources List<MonitoredResourceDescriptor>?
Defines the monitored resources used by this service.
getter/setter pair
monitoring Monitoring?
Monitoring configuration.
getter/setter pair
name String?
The DNS address at which this service is available.
getter/setter pair
quota Quota?
Quota configuration.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The product title for this service.
getter/setter pair
usage Usage?
Configuration controlling usage of this service.
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