Repository constructor

Repository({
  1. String? containingFolder,
  2. String? createTime,
  3. DataEncryptionState? dataEncryptionState,
  4. String? displayName,
  5. GitRemoteSettings? gitRemoteSettings,
  6. String? internalMetadata,
  7. String? kmsKeyName,
  8. Map<String, String>? labels,
  9. String? name,
  10. String? npmrcEnvironmentVariablesSecretVersion,
  11. String? serviceAccount,
  12. bool? setAuthenticatedUserAdmin,
  13. String? teamFolderName,
  14. WorkspaceCompilationOverrides? workspaceCompilationOverrides,
})

Implementation

Repository({
  this.containingFolder,
  this.createTime,
  this.dataEncryptionState,
  this.displayName,
  this.gitRemoteSettings,
  this.internalMetadata,
  this.kmsKeyName,
  this.labels,
  this.name,
  this.npmrcEnvironmentVariablesSecretVersion,
  this.serviceAccount,
  this.setAuthenticatedUserAdmin,
  this.teamFolderName,
  this.workspaceCompilationOverrides,
});