Skip to main content

CreateCustomMetricUploadContainerInput

No description

input CreateCustomMetricUploadContainerInput {
accountId: ObjectID!
description: String
name: String!
uploadTemplate: JSONObject!
}

Fields

CreateCustomMetricUploadContainerInput.accountId ● ObjectID! non-null scalar

The id of the account that the custom metric upload container belongs to.

CreateCustomMetricUploadContainerInput.description ● String scalar

CreateCustomMetricUploadContainerInput.name ● String! non-null scalar

Unique name for the custom metric upload container.

CreateCustomMetricUploadContainerInput.uploadTemplate ● JSONObject! non-null scalar

Member Of

createCustomMetricUploadContainer mutation