Address Set

class smartcloudadmin.models.address_set.AddressSet(*, state_code, postal_code, city, state, country, country_code, address_type, modified, address_line_1='', address_line_2='')

Bases: object

Represents an Address Set used within IBM Social CLoud. Contains details about the physical location of the Organization headquarters.

state_code : enumerate
State where Organization resides.
postal_code : str
Postal code of Organization
city : str
City where Organization resides.
modified : Datetime
Modification date of the Address Set record
address_line_1 : str
Language preference when interacting with BSS through UI.
address_line_2 : str
State where Organization resides.
state : str
State where Organization resides.
country : enumerate
Country where Organization resides.
country_code : str
Country Code where Organization resides.
address_type : enumerate
Type of Address for record.
classmethod from_json(*, modified)

Creates a dummy address set object for situations where no address set exists. Modified value passed through to see if an address set is added at a later date.

Parameters:modified
Returns:address_set
classmethod not_provided(*, modified)