GoogleApiServiceusageV1Service class
A service that is available for use by the consumer.
Constructors
- GoogleApiServiceusageV1Service({GoogleApiServiceusageV1ServiceConfig? config, String? name, String? parent, String? state})
- GoogleApiServiceusageV1Service.fromJson(Map json_)
Properties
- config ↔ GoogleApiServiceusageV1ServiceConfig?
-
The service configuration of the available service.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the consumer and service.
getter/setter pair
- parent ↔ String?
-
The resource name of the consumer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
Whether or not the service has been enabled for use by the consumer.
Possible string values are:
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