Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
EnvironmentVariable Contents
valueisEnabledenvironmentVariable(value:isEnabled:)init(stringLiteral:)public struct EnvironmentVariable: Equatable, Codable, Hashable, ExpressibleByStringLiteral, SendableIt represents an environment variable that is passed when running a scheme's action
value public var value: StringThe value of the environment variable
isEnabled public var isEnabled: BoolWhether the variable is enabled or not
environmentVariable(value:isEnabled:) public static func environmentVariable(value: String, isEnabled: Bool) -> Selfinit(stringLiteral:) public init(stringLiteral value: String)| Name | Description |
|---|---|
| value | The value of the new instance. |