AgentGatewayGoogleManaged.fromJson constructor

AgentGatewayGoogleManaged.fromJson(
  1. Map json_
)

Implementation

AgentGatewayGoogleManaged.fromJson(core.Map json_)
  : this(governedAccessPath: json_['governedAccessPath'] as core.String?);