type property

String? type
getter/setter pair

The type of the image, i.e., crawled or uploaded.

@OutputOnly Possible string values are:

  • "TYPE_UNSPECIFIED" : Type is unspecified. Should not be used.
  • "CRAWLED" : The image was crawled from a provided URL.
  • "UPLOADED" : The image was uploaded.

Implementation

core.String? type;