AssociateBudgetWithResourceOutput.fromJson constructor

AssociateBudgetWithResourceOutput.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory AssociateBudgetWithResourceOutput.fromJson(Map<String, dynamic> _) {
  return AssociateBudgetWithResourceOutput();
}