aries_cloudagent.protocols.trustping.v1_0.messages package
Submodules
aries_cloudagent.protocols.trustping.v1_0.messages.ping module
Represents a trust ping message.
aries_cloudagent.protocols.trustping.v1_0.messages.ping_response module
Represents an response to a trust ping message.
- class aries_cloudagent.protocols.trustping.v1_0.messages.ping_response.PingResponse(*, comment: Optional[str] = None, **kwargs)[source]
Bases:
AgentMessage
Class representing a ping response.
- class aries_cloudagent.protocols.trustping.v1_0.messages.ping_response.PingResponseSchema(*args: Any, **kwargs: Any)[source]
Bases:
AgentMessageSchema
PingResponse schema.
- class Meta[source]
Bases:
object
PingResponseSchema metadata.
- model_class
alias of
PingResponse