Class ContractTemplateCustomProperty

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ContractTemplateCustomProperty
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Represents a custom property within the contract.
    • Method Detail

      • key

        public java.lang.String key()
        Gets the key. The name of the key. Names should be in camel case–the same as if they were permanent properties in the contract.
        Returns:
        the key
      • value

        public java.lang.String value()
        Gets the value. The value of the key.
        Returns:
        the value