toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.customerprofiles.kotlin.outputs
/
ObjectTypeFieldMap
Object
Type
Field
Map
data
class
ObjectTypeFieldMap
(
val
name
:
String
?
=
null
,
val
objectTypeField
:
ObjectTypeField
?
=
null
)
Members
Constructors
Object
Type
Field
Map
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
objectTypeField
:
ObjectTypeField
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
Name of the field.
object
Type
Field
Link copied to clipboard
val
objectTypeField
:
ObjectTypeField
?
=
null
Represents a field in a ProfileObjectType.