GoogleApiSource constructor
GoogleApiSource({
- Map<
String, String> ? annotations, - String? createTime,
- String? cryptoKeyName,
- String? destination,
- String? displayName,
- String? etag,
- Map<
String, String> ? labels, - LoggingConfig? loggingConfig,
- String? name,
- OrganizationSubscription? organizationSubscription,
- ProjectSubscriptions? projectSubscriptions,
- String? uid,
- String? updateTime,
Implementation
GoogleApiSource({
this.annotations,
this.createTime,
this.cryptoKeyName,
this.destination,
this.displayName,
this.etag,
this.labels,
this.loggingConfig,
this.name,
this.organizationSubscription,
this.projectSubscriptions,
this.uid,
this.updateTime,
});