TListOauth2CredentialsBody constructor

const TListOauth2CredentialsBody({
  1. String? organizationId,
})

Implementation

const TListOauth2CredentialsBody({
   this.organizationId,
});