collectionType property
The type of collection.
Applies to all entries in api_data.
Required. Possible string values are:
- "COLLECTION_TYPE_UNSPECIFIED" : The default value. This value is used if the collection type is omitted.
- "COLLECTION_TYPE_UPSERT" : The collection type is upsert. This should be used when an API is created or updated at the source.
- "COLLECTION_TYPE_DELETE" : The collection type is delete. This should be used when an API is deleted at the source.
Implementation
core.String? collectionType;