Skip to content

Commit 8d69715

Browse files
author
Vinothini Dharmaraj
committed
hiding the generated methods
1 parent 702802e commit 8d69715

File tree

1 file changed

+4
-4
lines changed
  • sdk/communication/azure-communication-callautomation/azure/communication/callautomation

1 file changed

+4
-4
lines changed

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_models.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def __init__(
381381
self.state = state
382382
self.subscribed_content_types = subscribed_content_types
383383

384-
def to_generated(self):
384+
def _to_generated(self):
385385
return MediaStreamingSubscriptionInternal(
386386
id=self.id,
387387
state=self.state ,
@@ -430,7 +430,7 @@ def __init__(
430430
self.audio_channel_type = audio_channel_type
431431
self.start_media_streaming = start_media_streaming
432432

433-
def to_generated(self):
433+
def _to_generated(self):
434434
return MediaStreamingOptionsRest(
435435
transport_url=self.transport_url,
436436
transport_type=self.transport_type,
@@ -487,7 +487,7 @@ def __init__(
487487
self.start_transcription = start_transcription
488488
self.enable_intermediate_results = enable_intermediate_results
489489

490-
def to_generated(self):
490+
def _to_generated(self):
491491
return TranscriptionOptionsRest(
492492
transport_url=self.transport_url,
493493
transport_type=self.transport_type,
@@ -541,7 +541,7 @@ def __init__(
541541
self.state = state
542542
self.subscribed_result_types = subscribed_result_types
543543

544-
def to_generated(self):
544+
def _to_generated(self):
545545
return TranscriptionSubscriptionInternal(
546546
id=self.id,
547547
state=self.state ,

0 commit comments

Comments
 (0)