action property

  1. @JsonKey(name: 'action', toJson: homeownerConsentActionDTONullableToJson, fromJson: homeownerConsentActionDTONullableFromJson)
HomeownerConsentActionDTO? action
final

Implementation

@JsonKey(
  name: 'action',
  toJson: homeownerConsentActionDTONullableToJson,
  fromJson: homeownerConsentActionDTONullableFromJson,
)
final enums.HomeownerConsentActionDTO? action;