Struct google_cloudbilling1::Service[][src]

pub struct Service {
    pub service_id: Option<String>,
    pub display_name: Option<String>,
    pub name: Option<String>,
}

Encapsulates a single service in Google Cloud Platform.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The identifier for the service. Example: "DA34-426B-A397"

A human readable display name for this service.

The resource name for the service. Example: "services/DA34-426B-A397"

Trait Implementations

impl Default for Service
[src]

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

impl Clone for Service
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Service
[src]

Formats the value using the given formatter. Read more

impl Resource for Service
[src]

Auto Trait Implementations

impl Send for Service

impl Sync for Service