OBJECT
SaasWorkloadField
Description
SaaS workload table field.
link GraphQL Schema definition
- type SaasWorkloadField {
- # Distinct values of the field, limited to a maximum of 100 values.
- # Currently, this is non-empty only in the case of a D365 Metadata type
- # field.
- String!]! : [
- # Indicates whether the field is a default field.
- Boolean! :
- # Display name of the field.
- String! :
- # Name of the SaaS workload field.
- String! :
- # Type of the SaaS workload field.
- String! :
- }