CreateComplianceFrameworkPayload

class Object
trait Matchable
class Any

Value members

Concrete methods

def clientMutationId: SelectionBuilder[CreateComplianceFrameworkPayload, Option[String]]

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

def errors: SelectionBuilder[CreateComplianceFrameworkPayload, List[String]]

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def framework[A](innerSelection: SelectionBuilder[ComplianceFramework, A]): SelectionBuilder[CreateComplianceFrameworkPayload, Option[A]]

The created compliance framework.

The created compliance framework.