gitlab.com/evatix-go/core@v1.3.55/coredata/coreapi/PayloadsRequestIn.go (about) 1 package coreapi 2 3 type PayloadsRequestIn struct { 4 Attribute *RequestAttribute `json:"Attribute,omitempty"` 5 Request []byte `json:"Request,omitempty"` 6 }