Sha256: 96f514d4045015012d49276542ca97acd79cda69930fabdf62ba380512f5c8c8

Contents?: true

Size: 522 Bytes

Versions: 4

Compression:

Stored size: 522 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Shared
  
    # Plan - The plan of the workspace.
    class Plan < T::Enum
      enums do
        FREE = new('free')
        PRO = new('pro')
        BUSINESS = new('business')
        BUSINESS_PLUS = new('business plus')
        BUSINESS_EXTRA = new('business extra')
        BUSINESS_MAX = new('business max')
        ENTERPRISE = new('enterprise')
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dub-0.2.2.pre.alpha.8 lib/open_api_sdk/models/shared/plan.rb
dub-0.2.2.pre.alpha.7 lib/open_api_sdk/models/shared/plan.rb
dub-0.2.2.pre.alpha.6 lib/open_api_sdk/models/shared/plan.rb
dub-0.2.2.pre.alpha.5 lib/open_api_sdk/models/shared/plan.rb