diff --git a/model/addons_mgmt/v1/addon_environment_variable_type.model b/model/addons_mgmt/v1/addon_environment_variable_type.model index 4d19bd43..e1053131 100644 --- a/model/addons_mgmt/v1/addon_environment_variable_type.model +++ b/model/addons_mgmt/v1/addon_environment_variable_type.model @@ -16,10 +16,13 @@ limitations under the License. // Representation of an addon env object. struct AddonEnvironmentVariable { - // Name of the env object. + // ID for the environment variable + ID string + + // Name of the environment variable Name String - // Value of the env object. + // Value of the environment variable Value String // Indicates is this environment variable is enabled for the addon