DataGoogleComputeGlobalAddress constructor
DataGoogleComputeGlobalAddress({})
Implementation
DataGoogleComputeGlobalAddress({
required super.localName,
required TfArg<String> name,
TfArg<String>? project,
super.provider,
super.timeouts,
}) : super(
terraformType: tfType,
argMap: {'name': name, if (project != null) 'project': project},
);