toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (groupResourceName != null) 'groupResourceName': groupResourceName!,
      if (gsuitePrincipal != null) 'gsuitePrincipal': gsuitePrincipal!,
      if (userResourceName != null) 'userResourceName': userResourceName!,
    };