mirror of
https://github.com/LukeHagar/plexterraform.git
synced 2025-12-10 04:21:03 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.314.2
This commit is contained in:
@@ -9,6 +9,9 @@ import (
|
||||
type GetMetadataChildrenRequest struct {
|
||||
// the id of the library item to return the children of.
|
||||
RatingKey float64 `pathParam:"style=simple,explode=false,name=ratingKey"`
|
||||
// Adds additional elements to the response. Supported types are (Stream)
|
||||
//
|
||||
IncludeElements *string `queryParam:"style=form,explode=true,name=includeElements"`
|
||||
}
|
||||
|
||||
func (o *GetMetadataChildrenRequest) GetRatingKey() float64 {
|
||||
@@ -18,6 +21,13 @@ func (o *GetMetadataChildrenRequest) GetRatingKey() float64 {
|
||||
return o.RatingKey
|
||||
}
|
||||
|
||||
func (o *GetMetadataChildrenRequest) GetIncludeElements() *string {
|
||||
if o == nil {
|
||||
return nil
|
||||
}
|
||||
return o.IncludeElements
|
||||
}
|
||||
|
||||
type GetMetadataChildrenErrors struct {
|
||||
Code *float64 `json:"code,omitempty"`
|
||||
Message *string `json:"message,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user