// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

package components

type Ed25519CryptographicKey struct {
	PublicBytes *string `json:"public_bytes,omitempty"`
}

func (o *Ed25519CryptographicKey) GetPublicBytes() *string {
	if o == nil {
		return nil
	}
	return o.PublicBytes
}
