![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoIdWsf2DiscoSvcMDAssociationDeleteResponseLassoIdWsf2DiscoSvcMDAssociationDeleteResponse — <disco:SvcMDAssociationDeleteResponse> |
struct LassoIdWsf2DiscoSvcMDAssociationDeleteResponse; LassoIdWsf2DiscoSvcMDAssociationDeleteResponse * lasso_idwsf2_disco_svc_md_association_delete_response_new (void);
Figure 148. Schema fragment for disco:SvcMDAssociationDeleteResponse
<xs:complexType name="SvcMDAssociationDeleteResponseType"> <xs:sequence> <xs:element ref="lu:Status" /> </xs:sequence> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>
struct LassoIdWsf2DiscoSvcMDAssociationDeleteResponse { LassoNode parent; /* elements */ LassoIdWsf2UtilStatus *Status; /* attributes */ GHashTable *attributes; };
LassoIdWsf2DiscoSvcMDAssociationDeleteResponse * lasso_idwsf2_disco_svc_md_association_delete_response_new (void);
Creates a new LassoIdWsf2DiscoSvcMDAssociationDeleteResponse object.
Returns : |
a newly created LassoIdWsf2DiscoSvcMDAssociationDeleteResponse object |