Skip to content

Commit

Permalink
Merge pull request #674 from ciaranRoche/SDA-7831
Browse files Browse the repository at this point in the history
fix: add missing id var for addon environment variable
  • Loading branch information
ciaranRoche authored Jan 20, 2023
2 parents 7ebc623 + ae534c4 commit 351e3a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions model/addons_mgmt/v1/addon_environment_variable_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 351e3a5

Please sign in to comment.