GoogleFirebaseExtensionsV1betaResource constructor

GoogleFirebaseExtensionsV1betaResource({
  1. String? deletionPolicy,
  2. String? description,
  3. String? name,
  4. Map<String, Map<String, Object?>>? properties,
  5. String? propertiesYaml,
  6. String? type,
})

Implementation

GoogleFirebaseExtensionsV1betaResource({
  this.deletionPolicy,
  this.description,
  this.name,
  this.properties,
  this.propertiesYaml,
  this.type,
});