GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo constructor

GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo({
  1. String? id,
  2. Map<String, Object?>? resource,
  3. String? status,
  4. List<GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo>? sub,
  5. String? time,
})

Implementation

GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo({
  this.id,
  this.resource,
  this.status,
  this.sub,
  this.time,
});