Class: PublicKeyCredentialUserEntity

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

NAME =
1
ICON =
2
ID =
3
DISPLAYNAME =
4
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  ICON => {:type => ::Thrift::Types::STRING, :name => 'icon', :optional => true},
  ID => {:type => ::Thrift::Types::STRING, :name => 'id', :optional => true},
  DISPLAYNAME => {:type => ::Thrift::Types::STRING, :name => 'displayName', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



6036
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6036

def struct_fields; FIELDS; end

#validateObject



6038
6039
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6038

def validate
end