Struct google_games1::EventChild[][src]

pub struct EventChild {
    pub kind: Option<String>,
    pub child_id: Option<String>,
}

This is a JSON template for an event child relationship resource.

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

Fields

Uniquely identifies the type of this resource. Value is always the fixed string games#eventChild.

The ID of the child event.

Trait Implementations

impl Default for EventChild
[src]

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

impl Clone for EventChild
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventChild
[src]

Formats the value using the given formatter. Read more

impl Part for EventChild
[src]

Auto Trait Implementations

impl Send for EventChild

impl Sync for EventChild