The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

WebService::Edgecast::auto::RealTime::Type::RealTimeStreams

VERSION

version 0.01.00

DESCRIPTION

Perl data type class for the XML Schema defined complexType RealTimeStreams from the namespace EC:WebServices.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • StreamName

  • StreamType

  • Bandwidth

  • BitsPerSecond

  • Connections

METHODS

new

Constructor. The following data structure may be passed to new():

{ # WebService::Edgecast::auto::RealTime::Type::RealTimeStreams
StreamName => $some_value, # string
StreamType => $some_value, # string
Bandwidth => $some_value, # string
BitsPerSecond => $some_value, # double
Connections => $some_value, # long
},

AUTHOR

Generated by SOAP::WSDL