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).
- list services (none)
- skus list services (none)
Fields
service_id: Option<String>
The identifier for the service. Example: "DA34-426B-A397"
display_name: Option<String>
A human readable display name for this service.
name: Option<String>
The resource name for the service. Example: "services/DA34-426B-A397"
Trait Implementations
impl Default for Service[src]
impl Default for Serviceimpl Clone for Service[src]
impl Clone for Servicefn clone(&self) -> Service[src]
fn clone(&self) -> ServiceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Service[src]
impl Debug for Servicefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Resource for Service[src]
impl Resource for Service