CrowdStrikeAgent.fromJson constructor

CrowdStrikeAgent.fromJson(
  1. Map json_
)

Implementation

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