Skip to main content

CustomAttributeInput

Data needed to set a custom attribute. Set the ID and/or the name to define which custom attribute should be set.s

input CustomAttributeInput {
id: ID
name: String
value: String
}

Fields

CustomAttributeInput.id ● ID scalar

The ID of the custom attribute.

CustomAttributeInput.name ● String scalar

The name of the custom attribute.

CustomAttributeInput.value ● String scalar

The value of the custom attribute

Member Of

CreateCloudServiceInput input ● CreateDatabaseInput input ● CreateSapBusinessObjectInput input ● CreateSapInstanceInput input ● CreateSapSystemInput input ● CreateServerInput input ● UpdateCloudServiceInput input ● UpdateDatabaseInput input ● UpdateSapBusinessObjectInput input ● UpdateSapInstanceInput input ● UpdateSapSystemInput input ● UpdateServerInput input