inputProperties property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
The custom properties that were collected from the user to create this entitlement.
Output only.
The values for Object must be JSON objects. It can consist of num
,
String
, bool
and null
as well as Map
and List
values.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.Map<core.String, core.Object?>? inputProperties;