TDeleteOauth2CredentialBody constructor

const TDeleteOauth2CredentialBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String oauth2CredentialId,
})

Implementation

const TDeleteOauth2CredentialBody({
  this.timestampMs,
  this.organizationId,
  required this.oauth2CredentialId,
});