CreateCampaignGoalInput
No description
input CreateCampaignGoalInput {
actions: ActionInput!
name: String!
segment: CreateSegmentInput!
within: Int
}
Fields
CreateCampaignGoalInput.actions
● ActionInput!
non-null input
CreateCampaignGoalInput.name
● String!
non-null scalar
CreateCampaignGoalInput.segment
● CreateSegmentInput!
non-null input
CreateCampaignGoalInput.within
● Int
scalar
Member Of
CreateDripCampaignInput
input