GoogleCloudRunV2BuildInfo class

Build information of the image.

Constructors

GoogleCloudRunV2BuildInfo.new({String? functionTarget, String? sourceLocation})
GoogleCloudRunV2BuildInfo.fromJson(Map json_)

Properties

functionTarget String?
Entry point of the function when the image is a Cloud Run function.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceLocation String?
Source code location of the image.
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