dataos-sdk-kt
jvm
depot-service
/
io.dataos.ds.client.models
/
FieldRequest
Field
Request
data
class
FieldRequest
(
val
name
:
String
?
=
null
,
val
type
:
String
?
=
null
)
Represents a request for a field.
Members
Constructors
Field
Request
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
type
:
String
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The name of the field.
type
Link copied to clipboard
val
type
:
String
?
=
null
The type of the field.