Struct google_youtube3::ActivityContentDetailsRecommendation [] [src]

pub struct ActivityContentDetailsRecommendation {
    pub resource_id: Option<ResourceId>,
    pub reason: Option<String>,
    pub seed_resource_id: Option<ResourceId>,
}

Information that identifies the recommended resource.

This type is not used in any activity, and only used as part of another schema.

Fields

The resourceId object contains information that identifies the recommended resource.

The reason that the resource is recommended to the user.

The seedResourceId object contains information about the resource that caused the recommendation.

Trait Implementations

impl Default for ActivityContentDetailsRecommendation
[src]

Returns the "default value" for a type. Read more

impl Clone for ActivityContentDetailsRecommendation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityContentDetailsRecommendation
[src]

Formats the value using the given formatter.

impl Part for ActivityContentDetailsRecommendation
[src]