CrowdStrikeAgent.fromJson constructor
CrowdStrikeAgent.fromJson(
- Map json_
Implementation
CrowdStrikeAgent.fromJson(core.Map json_)
: this(
agentId: json_['agentId'] as core.String?,
customerId: json_['customerId'] as core.String?,
);