RowAccessPolicyReference.fromJson constructor
      
      RowAccessPolicyReference.fromJson(
    
    
- Map json_
Implementation
RowAccessPolicyReference.fromJson(core.Map json_)
  : this(
      datasetId: json_['datasetId'] as core.String?,
      policyId: json_['policyId'] as core.String?,
      projectId: json_['projectId'] as core.String?,
      tableId: json_['tableId'] as core.String?,
    );