Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.12 KB

CloudDsGoogleAdsBatchSource.md

File metadata and controls

30 lines (21 loc) · 1.12 KB

CloudDsGoogleAdsBatchSource

Properties

Name Type Description Notes
email str Email of the customer [optional]
account_name str [optional]

Example

from openapi_client.models.cloud_ds_google_ads_batch_source import CloudDsGoogleAdsBatchSource

# TODO update the JSON string below
json = "{}"
# create an instance of CloudDsGoogleAdsBatchSource from a JSON string
cloud_ds_google_ads_batch_source_instance = CloudDsGoogleAdsBatchSource.from_json(json)
# print the JSON string representation of the object
print(CloudDsGoogleAdsBatchSource.to_json())

# convert the object into a dict
cloud_ds_google_ads_batch_source_dict = cloud_ds_google_ads_batch_source_instance.to_dict()
# create an instance of CloudDsGoogleAdsBatchSource from a dict
cloud_ds_google_ads_batch_source_from_dict = CloudDsGoogleAdsBatchSource.from_dict(cloud_ds_google_ads_batch_source_dict)

[Back to Model list] [Back to API list] [Back to README]