TGetOauth2CredentialBody constructor

const TGetOauth2CredentialBody({
  1. String? organizationId,
  2. required String oauth2CredentialId,
})

Implementation

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