pub type BenefitResource = Resource<BenefitAttributes>;Expand description
Benefit resource.
Aliased Type§
pub struct BenefitResource {
pub id: String,
pub resource_type: ResourceType,
pub attributes: Option<BenefitAttributes>,
pub relationships: Option<Value>,
}Fields§
§id: StringResource ID.
resource_type: ResourceTypeResource type.
attributes: Option<BenefitAttributes>Resource attributes.
relationships: Option<Value>Relationships.