Type alias UpdateFeatureInput

UpdateFeatureInput: { additionalMetaData?: InputMaybe<Scalars["JSON"]>; description?: InputMaybe<Scalars["String"]>; displayName?: InputMaybe<Scalars["String"]>; environmentId: Scalars["String"]; featureUnits?: InputMaybe<Scalars["String"]>; featureUnitsPlural?: InputMaybe<Scalars["String"]>; meter?: InputMaybe<CreateMeter>; refId: Scalars["String"]; unitTransformation?: InputMaybe<UnitTransformationInput> }

Input for updating a feature

Type declaration

  • Optional additionalMetaData?: InputMaybe<Scalars["JSON"]>

    The additional metadata for the feature

  • Optional description?: InputMaybe<Scalars["String"]>

    The description for the feature

  • Optional displayName?: InputMaybe<Scalars["String"]>

    The display name for the feature

  • environmentId: Scalars["String"]

    The unique identifier for the environment

  • Optional featureUnits?: InputMaybe<Scalars["String"]>

    The units for the feature

  • Optional featureUnitsPlural?: InputMaybe<Scalars["String"]>

    The plural units for the feature

  • Optional meter?: InputMaybe<CreateMeter>

    Input for creating a meter

  • refId: Scalars["String"]

    The unique identifier for the feature

  • Optional unitTransformation?: InputMaybe<UnitTransformationInput>

    Unit transformation to be applied to the reported usage