Sha256: 7f18dd95aaf2cb8d4cb6015b280c64305a9eb6f868cb020d51b270fa6fa5a057
Contents?: true
Size: 629 Bytes
Versions: 1
Compression:
Stored size: 629 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Shared class Users < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig # The role of the authenticated user in the workspace. field :role, ::OpenApiSDK::Shared::Role, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('role'), 'decoder': Utils.enum_from_string(::OpenApiSDK::Shared::Role, false) } } sig { params(role: ::OpenApiSDK::Shared::Role).void } def initialize(role: nil) @role = role end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dub-0.2.2.pre.alpha.4 | lib/open_api_sdk/models/shared/users.rb |