# `Twilio.Resources.Serverless.V1.Service.Function.Version.Content`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/serverless/v1/service/function/version/content.ex#L2)

The code of a Function Version.

SID prefix: `ZN`

Parent: `/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Function Version resource. |
| `content` | The content of the Function Version resource. |
| `function_sid` | The SID of the Function that is the parent of the Function Version. |
| `service_sid` | The SID of the Service that the Function Version resource is associated with. |
| `sid` | The unique string that we created to identify the Function Version resource. |
| `url` | Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Serverless.V1.Service.Function.Version.Content{
  account_sid: String.t() | nil,
  content: String.t() | nil,
  function_sid: String.t() | nil,
  service_sid: String.t() | nil,
  sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
