GoogleCloudAiplatformV1SharePointSources.fromJson constructor
      
      GoogleCloudAiplatformV1SharePointSources.fromJson(
    
    
- Map json_
 
Implementation
GoogleCloudAiplatformV1SharePointSources.fromJson(core.Map json_)
    : this(
        sharePointSources: (json_['sharePointSources'] as core.List?)
            ?.map((value) =>
                GoogleCloudAiplatformV1SharePointSourcesSharePointSource
                    .fromJson(value as core.Map<core.String, core.dynamic>))
            .toList(),
      );