AccountsUpdateLabelsResponse.fromJson constructor
      
      AccountsUpdateLabelsResponse.fromJson(
    
    
- Map json_
 
Implementation
AccountsUpdateLabelsResponse.fromJson(core.Map json_)
  : this(kind: json_['kind'] as core.String?);