ByteArrayContent constructor

init

Initializes a new instance of the ByteArrayContent class.

def __init__(self, content):
    ...
ParameterTypeDescription
contentbytesThe content.

See Also