pub type AuthorData = ApiData<ApiObject<AuthorAttributes>>;
Aliased Type§
struct AuthorData {
pub result: ResultType,
pub response: ResponseType,
pub data: ApiObject<AuthorAttributes>,
}
Fields§
§result: ResultType
§response: ResponseType
§data: ApiObject<AuthorAttributes>