/
Launch Apollo Studio


STRUCT

EnumGenerator.SanitizedEnumValue

public struct SanitizedEnumValue

Properties

name

public let name: String

nameVariableDeclaration

public let nameVariableDeclaration: String

The string declaring the name of the enum value

nameUsage

public let nameUsage: String

The string to use when using the enum value

description

public let description: String

The description of the enum value

isDeprecated

public let isDeprecated: Bool

If the enum value is deprecated.

Edit on GitHub