content_location_names property

content_location_names property

Gets or sets the content location names.

Remarks

Provides a full, publishable name of a country/geographical location referenced by the content of the object, according to guidelines of the provider.

Definition:

@property
def content_location_names(self):
    ...
@content_location_names.setter
def content_location_names(self, value):
    ...

See Also