Gleanex.Client.AccessRequestPermissionDeniedResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a AccessRequestPermissionDeniedResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.AccessRequestPermissionDeniedResponse{
  createdBy: Gleanex.Client.Person.t(),
  errorType: String.t(),
  hasPendingRequest: boolean(),
  requestableRoles: [String.t()]
}