INPUT_OBJECT
UpdateReportScheduleInput
link GraphQL Schema definition
- input UpdateReportScheduleInput {
- : String
- #   Unique identifier of entity.
- : ID!
- #   Last modification time.
- : DateTime
- #   Creation time.
- : DateTime
- #   Relation to single entity instance.
- : ID
- #   Relation to single entity instance.
- : ID
- #   Form definition in json format.
- : ReportScheduleSchemaJSONString
- #   Revision when entity was lastly changed.
- : Int
- #   Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- }