OBJECT
CREACCOUNTSEGMENTCONFIGURATION
link GraphQL Schema definition
- type CREACCOUNTSEGMENTCONFIGURATION implements CRECONFIGURATION {
- # The user that has updated the cre configuration.
- : SUBJECT
- # The user that has verified the cre configuration.
- : SUBJECT
- # The time at which the cre configuration has been manually updated.
- : DateTime
- # The time at which the cre configuration has been verified.
- : DateTime
- # The time at which the cre configuration has been deleted.
- : DateTime
- : ACCOUNTSEGMENT
- : [CRERULEASSIGNMENT]
- # The user that has manually updated the cre configuration.
- : SUBJECT
- : Boolean
- # The time at which the cre configuration has been updated.
- : DateTime
- # The time at which the cre configuration has been created.
- : DateTime
- : Long
- # The user that has created the cre configuration.
- : SUBJECT
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CRERULESET]
- # The user that has deleted the cre configuration.
- : SUBJECT
- : Long
- }