ColabNotebookExecutionIdentity.serviceAccount constructor

const ColabNotebookExecutionIdentity.serviceAccount(
  1. TfArg<String> serviceAccount
)

Implementation

const factory ColabNotebookExecutionIdentity.serviceAccount(
  TfArg<String> serviceAccount,
) = ColabNotebookExecutionServiceAccount;