OBJECT

CREACCOUNTSEGMENTCONFIGURATION

link GraphQL Schema definition

  • type CREACCOUNTSEGMENTCONFIGURATION implements CRECONFIGURATION {
  • # The user that has updated the cre configuration.
  • updateUser: SUBJECT
  • # The user that has verified the cre configuration.
  • verifyUser: SUBJECT
  • # The time at which the cre configuration has been manually updated.
  • manuallyUpdatedAt: DateTime
  • # The time at which the cre configuration has been verified.
  • verifiedAt: DateTime
  • # The time at which the cre configuration has been deleted.
  • deletedAt: DateTime
  • context: ACCOUNTSEGMENT
  • rules: [CRERULEASSIGNMENT]
  • # The user that has manually updated the cre configuration.
  • manuallyUpdateUser: SUBJECT
  • considerInCreRun: Boolean
  • # The time at which the cre configuration has been updated.
  • updatedAt: DateTime
  • # The time at which the cre configuration has been created.
  • createdAt: DateTime
  • id: Long
  • # The user that has created the cre configuration.
  • creationUser: SUBJECT
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • rulesets(orderBy: [OrderBy], includeDeleted: Boolean): [CRERULESET]
  • # The user that has deleted the cre configuration.
  • deletedBy: SUBJECT
  • version: Long
  • }