Class ExportPlaybookResponse (2.0.0)

ExportPlaybookResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response message for Playbooks.ExportPlaybook.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
playbook_uri str
The URI to a file containing the exported playbook. This field is populated only if playbook_uri is specified in ExportPlaybookRequest. This field is a member of oneof_ playbook.
playbook_content bytes
Uncompressed raw byte content for playbook. This field is a member of oneof_ playbook.