ResourceInfo class

Describes a resource referenced in the request.

Constructors

ResourceInfo({String? container, String? location, String? name, String? permission, String? type})
ResourceInfo.fromJson(Map json_)

Properties

container String?
The identifier of the container of this resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
The location of the resource, it must be a valid zone, region or multiregion, for example: "europe-west4", "northamerica-northeast1-a".
getter/setter pair
name String?
The name of the resource referenced in the request.
getter/setter pair
permission String?
The resource permission needed for this request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The resource type in the format of "{service}/{kind}".
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